Skip to content

Commit

Permalink
fix sbf programs test
Browse files Browse the repository at this point in the history
  • Loading branch information
pgarg66 committed May 24, 2023
1 parent 28a7b4b commit 6e9f838
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions programs/sbf/tests/programs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1593,6 +1593,9 @@ fn test_program_sbf_test_use_latest_executor() {
)],
Some(&mint_keypair.pubkey()),
);
bank_client
.advance_slot(1, &Pubkey::default())
.expect("Failed to advance the slot");
assert!(bank_client
.send_and_confirm_message(&[&mint_keypair], message)
.is_ok());
Expand Down

0 comments on commit 6e9f838

Please sign in to comment.