From 258b4fac31aee1bc0c26e42d62b10bd22c69c1b8 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Wed, 6 Sep 2017 10:26:22 +0200 Subject: Fix a typo in test name --- test/0x.js_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/0x.js_test.ts') diff --git a/test/0x.js_test.ts b/test/0x.js_test.ts index d9c08d2c5..c453b8dab 100644 --- a/test/0x.js_test.ts +++ b/test/0x.js_test.ts @@ -214,7 +214,7 @@ describe('ZeroEx library', () => { afterEach(async () => { await blockchainLifecycle.revertAsync(); }); - it('return transaction receipt with decoded logs', async () => { + it('returns transaction receipt with decoded logs', async () => { const availableAddresses = await zeroEx.getAvailableAddressesAsync(); const coinbase = availableAddresses[0]; const tokens = await zeroEx.tokenRegistry.getTokensAsync(); -- cgit