Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
bw-solana committed Dec 11, 2024
1 parent 3dd7668 commit bc001d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/sbf/tests/programs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5650,7 +5650,7 @@ fn test_mem_syscalls_overlap_account_begin_or_end() {

let message = Message::new(&[instruction], Some(&mint_pubkey));
let tx = Transaction::new(&[&mint_keypair], message.clone(), bank.last_blockhash());
let (result, _, logs) = process_transaction_and_record_inner(&bank, tx);
let (result, _, logs, _) = process_transaction_and_record_inner(&bank, tx);

if direct_mapping {
assert!(logs.last().unwrap().ends_with(" failed: InvalidLength"));
Expand Down

0 comments on commit bc001d0

Please sign in to comment.