aboutsummaryrefslogtreecommitdiffstats
path: root/test/assert_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'test/assert_test.ts')
-rw-r--r--test/assert_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/assert_test.ts b/test/assert_test.ts
index 25d9a8d16..6a8d30716 100644
--- a/test/assert_test.ts
+++ b/test/assert_test.ts
@@ -8,7 +8,7 @@ const expect = chai.expect;
describe('Assertion library', () => {
const web3 = web3Factory.create();
- const zeroEx = new ZeroEx(web3);
+ const zeroEx = new ZeroEx(web3.currentProvider);
describe('#isSenderAddressHexAsync', () => {
it('throws when address is invalid', async () => {
const address = '0xdeadbeef';