Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Revert method error handling test changing
Browse files Browse the repository at this point in the history
  • Loading branch information
jimni1222 committed Jan 10, 2022
1 parent 883a18a commit 6b150a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/methodErrorHandling.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ describe('Error handling in Method package', () => {
type: 'SMART_CONTRACT_DEPLOY',
from: sender.address,
data: deployedData,
gas: 130000,
gas: 140000,
value: 0,
}
const expectedError = `contract creation code storage out of gas`
Expand Down

0 comments on commit 6b150a0

Please sign in to comment.