We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ad768f commit 2a20afeCopy full SHA for 2a20afe
testdata/default/revive/PolkadotSkip.t.sol
@@ -58,8 +58,7 @@ contract PolkadotSkipTest is DSTest {
58
}
59
60
function testreviveWhenUseCheatcodeWithoutSkip() external {
61
- uint256 nonceBefore = vm.getNonce(address(helper));
+ vm.expectRevert("Cheatcodes are not available in polkadot runtime.");
62
helper.exec();
63
- assertEq(vm.getNonce(address(helper)), nonceBefore + 1);
64
65
0 commit comments