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 61386e4 commit 4c1bfe2Copy full SHA for 4c1bfe2
test/integration/orders.test.js
@@ -55,7 +55,7 @@ describe('Orders Integration', function () {
55
expect(placeOrderResponse.data.mass_g).to.equal(100);
56
});
57
58
- xit('supports cancelling orders in a `draft` state', async function () {
+ it('supports cancelling orders in a `draft` state', async function () {
59
const estimateResponse = await patch.estimates.createMassEstimate({
60
mass_g: 100,
61
create_order: true
0 commit comments