Use 18 decimal place units

This commit is contained in:
Jacob Evans
2017-11-15 16:22:35 -05:00
parent c32938fa43
commit 9133e764a5
2 changed files with 3 additions and 3 deletions

View File

@@ -235,7 +235,7 @@ describe('OrderStateWatcher', () => {
);
})().catch(done);
});
describe.only('remainingFillable(M|T)akerTokenAmount', () => {
describe('remainingFillable(M|T)akerTokenAmount', () => {
it('should calculate correct remaining fillable', (done: DoneCallback) => {
(async () => {
const takerFillableAmount = ZeroEx.toBaseUnitAmount(new BigNumber(10), 18);