Skip to content

Commit

Permalink
added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nerfZael committed Nov 4, 2024
1 parent 1d79b74 commit d06a232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/AgentKey.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ contract AgentKeyTest is Test {
vm.startPrank(user);

uint256 minBuyAmount1 = key.estimateBuyValue(100 ether);
assertEq(minBuyAmount1, 1000 ether);
assertEq(minBuyAmount1, 1000 ether); // 1000 KEY tokens for 100 ETH

key.buy{value: 100 ether}(user, 100 ether, minBuyAmount1);
}
Expand Down

0 comments on commit d06a232

Please sign in to comment.