aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/0x.js_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/0x.js_test.ts b/test/0x.js_test.ts
index a82ec45ba..061e0cbf4 100644
--- a/test/0x.js_test.ts
+++ b/test/0x.js_test.ts
@@ -194,7 +194,7 @@ describe('ZeroEx library', () => {
let makerAccount: string;
const web3 = web3Factory.create();
const zeroEx = new ZeroEx(web3);
- before('get maker account', async () => {
+ before(async () => {
const availableAccounts = await zeroEx.getAvailableAccountsAsync();
makerAccount = availableAccounts[0];
});