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 8a225d8 commit 5f3e734Copy full SHA for 5f3e734
test/Vm.t.sol
@@ -9,10 +9,10 @@ import {Vm, VmSafe} from "../src/Vm.sol";
9
// added to or removed from Vm or VmSafe.
10
contract VmTest is Test {
11
function test_VmInterfaceId() public pure {
12
- assertEq(type(Vm).interfaceId, bytes4(0x35457718), "Vm");
+ assertEq(type(Vm).interfaceId, bytes4(0x329891d9), "Vm");
13
}
14
15
function test_VmSafeInterfaceId() public pure {
16
- assertEq(type(VmSafe).interfaceId, bytes4(0x681d10d4), "VmSafe");
+ assertEq(type(VmSafe).interfaceId, bytes4(0x04f0cf87), "VmSafe");
17
18
0 commit comments