Skip to content

Commit

Permalink
#29 Remove outdated assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
priecint committed Jul 26, 2016
1 parent ac183ad commit 733f96e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/assertions/market.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,11 +240,6 @@ export default function (market) {
assert.isDefined(openOrder.isCancelled);
assert.isBoolean(openOrder.isCancelled);
});

it(`market.outcomes[${i}].userOpenOrders[${j}].cancelOrder`, () => {
assert.isDefined(openOrder.cancelOrder);
assert.isFunction(openOrder.cancelOrder);
});
});
});
});
Expand Down

0 comments on commit 733f96e

Please sign in to comment.