Skip to content

Commit

Permalink
added assertion to test
Browse files Browse the repository at this point in the history
new minitest complains about lack of assertion
  • Loading branch information
andrzejkrzywda committed Aug 16, 2024
1 parent 9647161 commit f78144c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rails_application/test/integration/client_orders_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ def test_adding_the_same_product_twice_bug
order_id = SecureRandom.uuid
as_client_add_item_to_basket_for_order(product_id, order_id)
as_client_add_item_to_basket_for_order(product_id, order_id)
assert_equal(204, response.status)
end

def test_adding_product_which_is_not_available_anymore
Expand Down

0 comments on commit f78144c

Please sign in to comment.