@0x/contracts-test-utils: Tweak mocha blockchain extensions tests.

This commit is contained in:
Lawrence Forman
2019-07-28 00:47:21 -04:00
parent e01eadaecd
commit 52aa8e914a
2 changed files with 2 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ blockchainTests('mocha blockchain extensions', env => {
});
describe('subtests', () => {
require('./subtests/mocha_blockchain_1').define(env);
require('./subtests/mocha_blockchain_1').append(env);
});
});
});