Skip to content

Commit a98dea6

Browse files
committed
fix order test
1 parent a151bed commit a98dea6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/integration/orders_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
expect(create_order_response.success).to eq true
3535
expect(create_order_response.data.id).not_to be_nil
3636
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)
37+
expect(create_order_response.data.price_cents_usd).to eq("10.0")
38+
expect(create_order_response.data.patch_fee_cents_usd).to eq("1.0")
3939
end
4040

4141
it 'supports create with metadata' do

0 commit comments

Comments
 (0)