Skip to content

Commit

Permalink
fix: update snapshot cheatcodes (#613)
Browse files Browse the repository at this point in the history
* update cheatcodes

* fix interface id
  • Loading branch information
zerosnacks authored Oct 1, 2024
1 parent 8f24d6b commit ab6de56
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 8 deletions.
29 changes: 22 additions & 7 deletions src/Vm.sol

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/Vm.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {Vm, VmSafe} from "../src/Vm.sol";
// added to or removed from Vm or VmSafe.
contract VmTest is Test {
function test_VmInterfaceId() public pure {
assertEq(type(Vm).interfaceId, bytes4(0xa561dbe8), "Vm");
assertEq(type(Vm).interfaceId, bytes4(0x29bd9d0a), "Vm");
}

function test_VmSafeInterfaceId() public pure {
Expand Down

0 comments on commit ab6de56

Please sign in to comment.