@0x:contracts-staking Fixed compilation errors and ran prettier

This commit is contained in:
Alex Towle 2019-09-10 18:39:30 -07:00
parent be83789bee
commit 82afdda256

View File

@ -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;