We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66bc49e commit 741db53Copy full SHA for 741db53
crates/cheatcodes/src/test/expect.rs
@@ -555,7 +555,7 @@ pub(crate) fn handle_expect_revert(
555
}
556
};
557
558
- ensure!(!matches!(status, return_ok!()), "call did not revert as expected");
+ ensure!(!matches!(status, return_ok!()), "next call did not revert as expected");
559
560
// If None, accept any revert
561
let Some(expected_revert) = expected_revert else {
0 commit comments