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 a151bed commit a98dea6Copy full SHA for a98dea6
spec/integration/orders_spec.rb
@@ -34,8 +34,8 @@
34
expect(create_order_response.success).to eq true
35
expect(create_order_response.data.id).not_to be_nil
36
expect(create_order_response.data.mass_g).to eq(100_000)
37
- expect(create_order_response.data.price_cents_usd).to eq(1553)
38
- expect(create_order_response.data.patch_fee_cents_usd).to eq(50)
+ expect(create_order_response.data.price_cents_usd).to eq("10.0")
+ expect(create_order_response.data.patch_fee_cents_usd).to eq("1.0")
39
end
40
41
it 'supports create with metadata' do
0 commit comments