diff --git a/contracts/staking/test/unit_tests/lib_fixed_math.ts b/contracts/staking/test/unit_tests/lib_fixed_math.ts index 0711f0568e..a9bd912c86 100644 --- a/contracts/staking/test/unit_tests/lib_fixed_math.ts +++ b/contracts/staking/test/unit_tests/lib_fixed_math.ts @@ -3,9 +3,9 @@ import { BigNumber, FixedMathRevertErrors } from '@0x/utils'; import { Decimal } from 'decimal.js'; import * as _ from 'lodash'; -import { artifacts, TestLibFixedMathContract } from '../src/'; +import { artifacts, TestLibFixedMathContract } from '../../src'; -import { assertRoughlyEquals, fromFixed, toDecimal, toFixed } from './utils/number_utils'; +import { assertRoughlyEquals, fromFixed, toDecimal, toFixed } from '../utils/number_utils'; blockchainTests('LibFixedMath', env => { let testContract: TestLibFixedMathContract;