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 d3063a9 commit 2dfc211Copy full SHA for 2dfc211
spec/integration/orders_spec.rb
@@ -94,7 +94,7 @@
94
expect(create_order_response.data.state).to eq("draft")
95
end
96
97
- xit 'supports place and cancel for orders created via an estimate' do
+ it 'supports place and cancel for orders created via an estimate' do
98
create_estimate_to_place_response = Patch::Estimate.create_mass_estimate(mass_g: 100, create_order: true)
99
order_to_place_id = create_estimate_to_place_response.data.order.id
100
0 commit comments