Skip to content

Commit

Permalink
re-enable draft cancellation spec (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmody3 authored Apr 15, 2022
1 parent 61386e4 commit 4c1bfe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/orders.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ describe('Orders Integration', function () {
expect(placeOrderResponse.data.mass_g).to.equal(100);
});

xit('supports cancelling orders in a `draft` state', async function () {
it('supports cancelling orders in a `draft` state', async function () {
const estimateResponse = await patch.estimates.createMassEstimate({
mass_g: 100,
create_order: true
Expand Down

0 comments on commit 4c1bfe2

Please sign in to comment.