diff --git a/test/Levels/puppet/Puppet.t.sol b/test/Levels/puppet/Puppet.t.sol index 6729c49..753a1bf 100644 --- a/test/Levels/puppet/Puppet.t.sol +++ b/test/Levels/puppet/Puppet.t.sol @@ -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); }