Update imports in tests

This commit is contained in:
Amir Bandeali
2019-04-24 21:27:27 -07:00
parent 72f4b216c1
commit fc2a59ceaa
5 changed files with 48 additions and 31 deletions

View File

@@ -42,6 +42,7 @@ import * as _ from 'lodash';
import { Erc1155Wrapper } from '../../erc1155/lib/src';
import {
artifacts,
constants as exchangeConstants,
ExchangeCancelEventArgs,
ExchangeContract,
ExchangeWrapper,
@@ -247,7 +248,7 @@ describe('Exchange core', () => {
});
});
};
describe('fillOrder reentrancy tests', () => reentrancyTest(constants.FUNCTIONS_WITH_MUTEX));
describe('fillOrder reentrancy tests', () => reentrancyTest(exchangeConstants.FUNCTIONS_WITH_MUTEX));
it('should throw if signature is invalid', async () => {
signedOrder = await orderFactory.newSignedOrderAsync({