Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
It is a trap
  • Loading branch information
lukaszreszke committed Sep 21, 2024
1 parent c98acf8 commit 6b5fffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rails_application/test/integration/orders_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6b5fffe

Please sign in to comment.