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 ad3ecb6 commit 02b4a2aCopy full SHA for 02b4a2a
test/Vm.t.sol
@@ -9,7 +9,7 @@ contract VmTest is Test {
9
// inadvertently moved between Vm and VmSafe. This test must be updated each time a function is
10
// added to or removed from Vm or VmSafe.
11
function test_interfaceId() public pure {
12
- assertEq(type(VmSafe).interfaceId, bytes4(0x1c17c241), "VmSafe");
13
- assertEq(type(Vm).interfaceId, bytes4(0xb91a22ba), "Vm");
+ assertEq(type(VmSafe).interfaceId, bytes4(0xe745b84f), "VmSafe");
+ assertEq(type(Vm).interfaceId, bytes4(0x1316b43e), "Vm");
14
}
15
0 commit comments