Skip to content

Commit 4c1bfe2

Browse files
author
Rahul Mody
authored
re-enable draft cancellation spec (#62)
1 parent 61386e4 commit 4c1bfe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/orders.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ describe('Orders Integration', function () {
5555
expect(placeOrderResponse.data.mass_g).to.equal(100);
5656
});
5757

58-
xit('supports cancelling orders in a `draft` state', async function () {
58+
it('supports cancelling orders in a `draft` state', async function () {
5959
const estimateResponse = await patch.estimates.createMassEstimate({
6060
mass_g: 100,
6161
create_order: true

0 commit comments

Comments
 (0)