Skip to content

Commit 17c554b

Browse files
authored
feat: add vm.stopExpectSafeMemory cheatcode (#507)
1 parent 4513bc2 commit 17c554b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/Vm.sol

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/Vm.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ contract VmTest is Test {
1010
// added to or removed from Vm or VmSafe.
1111
function test_interfaceId() public {
1212
assertEq(type(VmSafe).interfaceId, bytes4(0x01ec102d), "VmSafe");
13-
assertEq(type(Vm).interfaceId, bytes4(0xa63eed6b), "Vm");
13+
assertEq(type(Vm).interfaceId, bytes4(0xaf68a970), "Vm");
1414
}
1515
}

0 commit comments

Comments
 (0)