aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-utils/test/remaining_fillable_calculator_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/order-utils/test/remaining_fillable_calculator_test.ts')
-rw-r--r--packages/order-utils/test/remaining_fillable_calculator_test.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/order-utils/test/remaining_fillable_calculator_test.ts b/packages/order-utils/test/remaining_fillable_calculator_test.ts
index a5a3b7fc6..c55a76def 100644
--- a/packages/order-utils/test/remaining_fillable_calculator_test.ts
+++ b/packages/order-utils/test/remaining_fillable_calculator_test.ts
@@ -1,6 +1,6 @@
-import { SignedOrder } from '@0xproject/types';
-import { BigNumber } from '@0xproject/utils';
-import { Web3Wrapper } from '@0xproject/web3-wrapper';
+import { SignedOrder } from '@0x/types';
+import { BigNumber } from '@0x/utils';
+import { Web3Wrapper } from '@0x/web3-wrapper';
import * as chai from 'chai';
import 'mocha';