Skip to content

Commit

Permalink
update failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
spacesailor24 committed Aug 14, 2021
1 parent 0c87c06 commit fcb8a56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/contract.js
Original file line number Diff line number Diff line change
Expand Up @@ -2678,7 +2678,8 @@ var runTests = function(contractFactory) {
'0000000000000000000000000000000000000000000000000000000000000011' ,
to: addressLowercase,
from: addressLowercase,
gasPrice: '0x45656456456456'
maxPriorityFeePerGas: '0x3B9ACA00',
maxFeePerGas: '0x3b9aca0e'
}]);

done();
Expand Down

0 comments on commit fcb8a56

Please sign in to comment.