Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
ququzone committed Nov 28, 2024
1 parent 6913547 commit d02f983
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/TestGauge.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,6 @@ contract TestERC20Gauge is Test {
uint256 left = gauge.left();
console.log("left+thirdEarned: ", thirdEarned + left, ", totalReward: ", 2.1 ether);
}

receive() external payable {}
}

0 comments on commit d02f983

Please sign in to comment.