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 85adb54 commit 4484f4aCopy full SHA for 4484f4a
spec/integration/estimates_spec.rb
@@ -33,7 +33,7 @@
33
)
34
35
expect(flight_estimate.data.type).to eq 'flight'
36
- expect(flight_estimate.data.mass_g).to eq 1_032_000
+ expect(flight_estimate.data.mass_g).to eq 1_031_697
37
end
38
39
it 'supports creating vehicle estimates' do
spec/integration/orders_spec.rb
@@ -66,7 +66,7 @@
66
67
expect(order.id).not_to be_nil
68
expect(order.mass_g).to eq(5_00_000)
69
- expect(order.price_cents_usd.to_i).to eq(500)
+ expect(order.price_cents_usd).not_to be_empty
70
expect(order.patch_fee_cents_usd).not_to be_empty
71
expect(
72
order.price_cents_usd.to_i + order.patch_fee_cents_usd.to_i
0 commit comments