From 6b150a0ccd9ad43823940d0e79b0aa629514f855 Mon Sep 17 00:00:00 2001 From: Jasmine/kimjimin Date: Mon, 10 Jan 2022 12:42:24 +0900 Subject: [PATCH] Revert method error handling test changing --- test/methodErrorHandling.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/methodErrorHandling.js b/test/methodErrorHandling.js index 2a1e79e3..4c19440d 100644 --- a/test/methodErrorHandling.js +++ b/test/methodErrorHandling.js @@ -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`