Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
shahthepro committed May 28, 2024
1 parent 5565133 commit d385dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/staking/ZapperForkTest.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ contract ZapperForkTest is Test {
uint256[] memory lockupIds = new uint256[](0);
uint256 stakeAmount = (100 ether * 0.09137 ether) / 1 ether;

zapper.migrate(100 ether, 1 ether, 300 days);
zapper.migrate(100 ether, stakeAmount, 300 days);

// Should have it in a single OGN lockup
(uint128 amount, uint128 end, uint256 points) = xogn.lockups(ogvWhale, 0);
Expand Down

0 comments on commit d385dc3

Please sign in to comment.