We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93e880f commit b5178e2Copy full SHA for b5178e2
test/integration/orders.test.js
@@ -39,7 +39,6 @@ describe('Orders Integration', function () {
39
expect(placeOrderResponse.data.state).to.equal('placed');
40
expect(placeOrderResponse.data.production).to.equal(false);
41
expect(placeOrderResponse.data.mass_g).to.equal(100);
42
- expect(placeOrderResponse.data.allocation_state).to.equal('pending');
43
});
44
45
it('supports cancelling orders in a `draft` state', async function () {
0 commit comments