Fixed linter error
ERROR: 793:24 no-unnecessary-type-assertion This assertion is unnecessary since it does not change the type of the expression.
This commit is contained in:
parent
7030572f1d
commit
2db52c6983
@ -790,6 +790,7 @@ describe('MarketOperationUtils tests', () => {
|
||||
},
|
||||
});
|
||||
expect(result.optimizedOrders.length).to.eql(1);
|
||||
// tslint:disable-next-line:no-unnecessary-type-assertion
|
||||
expect(requestedComparisonPrice!.toString()).to.eql('320');
|
||||
expect(result.optimizedOrders[0].makerAssetAmount.toString()).to.eql('321000000');
|
||||
expect(result.optimizedOrders[0].takerAssetAmount.toString()).to.eql('1000000000000000000');
|
||||
|
Loading…
x
Reference in New Issue
Block a user