aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/libs/test
diff options
context:
space:
mode:
Diffstat (limited to 'contracts/libs/test')
-rw-r--r--contracts/libs/test/exchange_libs.ts (renamed from contracts/libs/test/exchange/libs.ts)4
1 files changed, 2 insertions, 2 deletions
diff --git a/contracts/libs/test/exchange/libs.ts b/contracts/libs/test/exchange_libs.ts
index 44ff6a844..b61323189 100644
--- a/contracts/libs/test/exchange/libs.ts
+++ b/contracts/libs/test/exchange_libs.ts
@@ -13,8 +13,8 @@ import { SignedOrder } from '@0x/types';
import { BigNumber } from '@0x/utils';
import * as chai from 'chai';
-import { TestLibsContract } from '../../generated-wrappers/test_libs';
-import { artifacts } from '../../src/artifacts';
+import { TestLibsContract } from '../generated-wrappers/test_libs';
+import { artifacts } from '../src/artifacts';
chaiSetup.configure();
const expect = chai.expect;