Skip to content

Commit c98f366

Browse files
authored
Merge branch 'foundry-rs:master' into zerosnacks/add-gas-snapshot-cheatcodes
2 parents 7586911 + ab6de56 commit c98f366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Vm.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {Vm, VmSafe} from "../src/Vm.sol";
99
// added to or removed from Vm or VmSafe.
1010
contract VmTest is Test {
1111
function test_VmInterfaceId() public pure {
12-
assertEq(type(Vm).interfaceId, bytes4(0xa561dbe8), "Vm");
12+
assertEq(type(Vm).interfaceId, bytes4(0x29bd9d0a), "Vm");
1313
}
1414

1515
function test_VmSafeInterfaceId() public pure {

0 commit comments

Comments
 (0)