Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarry authored and bw-solana committed Dec 11, 2024
1 parent 6687bc1 commit 8b29ff5
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 @@ -4692,7 +4692,7 @@ fn test_deplete_cost_meter_with_access_violation() {

assert_eq!(
result.status.unwrap_err(),
TransactionError::InstructionError(1, InstructionError::ReadonlyDataModified)
TransactionError::InstructionError(1, InstructionError::ExecutableDataModified)
);

if apply_cost_tracker {
Expand Down

0 comments on commit 8b29ff5

Please sign in to comment.