diff --git a/programs/sbf/tests/programs.rs b/programs/sbf/tests/programs.rs index fcfe56d4848e18..4e85762f52cec4 100644 --- a/programs/sbf/tests/programs.rs +++ b/programs/sbf/tests/programs.rs @@ -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 {