Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Sokolowsky committed Apr 29, 2021
1 parent b2c4fae commit d05c7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/hatvaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,7 @@ contract('HatVaults', accounts => {
}
await utils.mineBlock();
var tx = await hatVaults.massUpdatePools(0,18);
assert.equal(tx.receipt.gasUsed,8585191);
assert.equal(tx.receipt.gasUsed,8961193);
}).timeout(40000);


Expand Down

0 comments on commit d05c7a9

Please sign in to comment.