Skip to content

Commit 2dfc211

Browse files
author
Rahul Mody
authored
re-enable draft cancellation spec (#59)
1 parent d3063a9 commit 2dfc211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/integration/orders_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
expect(create_order_response.data.state).to eq("draft")
9595
end
9696

97-
xit 'supports place and cancel for orders created via an estimate' do
97+
it 'supports place and cancel for orders created via an estimate' do
9898
create_estimate_to_place_response = Patch::Estimate.create_mass_estimate(mass_g: 100, create_order: true)
9999
order_to_place_id = create_estimate_to_place_response.data.order.id
100100

0 commit comments

Comments
 (0)