diff --git a/test/puppet/puppet.challenge.js b/test/puppet/puppet.challenge.js index 74adadcc5..fb9306c56 100644 --- a/test/puppet/puppet.challenge.js +++ b/test/puppet/puppet.challenge.js @@ -114,6 +114,6 @@ describe('[Challenge] Puppet', function () { ).to.be.eq('0'); expect( await this.token.balanceOf(attacker.address) - ).to.be.gt(POOL_INITIAL_TOKEN_BALANCE); + ).to.be.gte(POOL_INITIAL_TOKEN_BALANCE); }); }); \ No newline at end of file