Skip to content

Commit 02b4a2a

Browse files
committed
test: bump interface ids
1 parent ad3ecb6 commit 02b4a2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Vm.t.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ contract VmTest is Test {
99
// inadvertently moved between Vm and VmSafe. This test must be updated each time a function is
1010
// added to or removed from Vm or VmSafe.
1111
function test_interfaceId() public pure {
12-
assertEq(type(VmSafe).interfaceId, bytes4(0x1c17c241), "VmSafe");
13-
assertEq(type(Vm).interfaceId, bytes4(0xb91a22ba), "Vm");
12+
assertEq(type(VmSafe).interfaceId, bytes4(0xe745b84f), "VmSafe");
13+
assertEq(type(Vm).interfaceId, bytes4(0x1316b43e), "Vm");
1414
}
1515
}

0 commit comments

Comments
 (0)