From 8f2fd9b603f74aa8a44dc0e8c3b845d497f9b279 Mon Sep 17 00:00:00 2001 From: Amir Bandeali Date: Tue, 29 May 2018 11:22:57 -0700 Subject: Rename Signer to Wallet, rename GAS_ESTIMATE to GAS_LIMIT --- packages/order-watcher/test/global_hooks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/order-watcher/test/global_hooks.ts') diff --git a/packages/order-watcher/test/global_hooks.ts b/packages/order-watcher/test/global_hooks.ts index 1df80533c..3d3f0e474 100644 --- a/packages/order-watcher/test/global_hooks.ts +++ b/packages/order-watcher/test/global_hooks.ts @@ -12,7 +12,7 @@ before('migrate contracts', async function(): Promise { const mochaTestTimeoutMs = 20000; this.timeout(mochaTestTimeoutMs); const txDefaults = { - gas: devConstants.GAS_ESTIMATE, + gas: devConstants.GAS_LIMIT, from: devConstants.TESTRPC_FIRST_ADDRESS, }; const artifactsDir = `../migrations/artifacts/1.0.0`; -- cgit v1.2.3