Skip to content

Commit

Permalink
Merge pull request #15 from joleeee/fix
Browse files Browse the repository at this point in the history
fix comparison
  • Loading branch information
nicolasgarcia214 authored Jun 24, 2022
2 parents 049b3e5 + af9c185 commit c5e4289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Levels/puppet/Puppet.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ contract Puppet is Test {

function validation() internal {
// Attacker has taken all tokens from the pool
assertEq(dvt.balanceOf(attacker), POOL_INITIAL_TOKEN_BALANCE);
assertGe(dvt.balanceOf(attacker), POOL_INITIAL_TOKEN_BALANCE);
assertEq(dvt.balanceOf(address(puppetPool)), 0);
}

Expand Down

0 comments on commit c5e4289

Please sign in to comment.