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.
2 parents 7586911 + ab6de56 commit c98f366Copy full SHA for c98f366
test/Vm.t.sol
@@ -9,7 +9,7 @@ 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(0xa561dbe8), "Vm");
+ assertEq(type(Vm).interfaceId, bytes4(0x29bd9d0a), "Vm");
13
}
14
15
function test_VmSafeInterfaceId() public pure {
0 commit comments