diff options
Diffstat (limited to 'test/0x.js_test.ts')
-rw-r--r-- | test/0x.js_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/0x.js_test.ts b/test/0x.js_test.ts index 061e0cbf4..edc2a3493 100644 --- a/test/0x.js_test.ts +++ b/test/0x.js_test.ts @@ -195,7 +195,7 @@ describe('ZeroEx library', () => { const web3 = web3Factory.create(); const zeroEx = new ZeroEx(web3); before(async () => { - const availableAccounts = await zeroEx.getAvailableAccountsAsync(); + const availableAccounts = await zeroEx.getAvailableAddressesAsync(); makerAccount = availableAccounts[0]; }); afterEach(() => { |