Skip to content

Commit b5178e2

Browse files
authored
Remove assertion about allocation state as this varies (#22)
1 parent 93e880f commit b5178e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/integration/orders.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ describe('Orders Integration', function () {
3939
expect(placeOrderResponse.data.state).to.equal('placed');
4040
expect(placeOrderResponse.data.production).to.equal(false);
4141
expect(placeOrderResponse.data.mass_g).to.equal(100);
42-
expect(placeOrderResponse.data.allocation_state).to.equal('pending');
4342
});
4443

4544
it('supports cancelling orders in a `draft` state', async function () {

0 commit comments

Comments
 (0)