diff --git a/rails_application/test/integration/orders_test.rb b/rails_application/test/integration/orders_test.rb index 12482fd2..72c6facf 100644 --- a/rails_application/test/integration/orders_test.rb +++ b/rails_application/test/integration/orders_test.rb @@ -165,7 +165,7 @@ def test_order_value_doesnt_change_after_changing_price update_price(async_remote_id, 49) get "/orders/#{order_id}" - assert_select("td", text: "$39.00") + assert_select("td", text: "$49.00") assert_select("td", text: "$78.00") end