Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hujw77 committed Mar 13, 2024
1 parent 7e9fe13 commit 05c0cd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/ORMP.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ contract ORMPTest is Test, Verifier {
Proof proof;
address immutable self = address(this);

receive() external payable {}

function setUp() public {
vm.chainId(1);
ormp = new ORMP(self);
Expand Down

0 comments on commit 05c0cd9

Please sign in to comment.