Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Perelyn-sama committed Dec 4, 2024
1 parent 914900d commit e0d74eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basics/checking-accounts/steel/program/tests/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use steel_api::prelude::*;

async fn setup() -> (BanksClient, Keypair, Hash) {
let mut program_test = ProgramTest::new(
"steel",
"steel_program",
steel_api::ID,
processor!(steel_program::process_instruction),
);
Expand Down

0 comments on commit e0d74eb

Please sign in to comment.