Skip to content

Commit

Permalink
Remove incorrect assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
priecint committed Jul 26, 2016
1 parent 6104118 commit 6c2d8ad
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions test/assertions/market.js
Original file line number Diff line number Diff line change
Expand Up @@ -757,18 +757,6 @@ export default function(market) {
});
});

describe('orderBook', () => {
it('[TODO] further assert shape');

it('should receive an orderBook and be an object', () => {
assert.isDefined(market.orderBook, `market.orderBook isn't defined`);
});

it('should be an object', () => {
assert.isObject(market.orderBook, `market.orderBook isn't an object`);
});
});

describe('onSubmitPlaceTrade', () => {
let onSubmitPlaceTrade = market.onSubmitPlaceTrade;

Expand Down

0 comments on commit 6c2d8ad

Please sign in to comment.