Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
Fix test_product_get_details_valid
Browse files Browse the repository at this point in the history
  • Loading branch information
fedefreue committed Aug 7, 2023
1 parent 40888dd commit e3f41fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_product.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def test_product_get_details_valid(self, grocy):
assert product.name == "Gulash soup"
assert product.available_amount == 5
assert product.product_group_id == 3
assert product.qu_factor_purchase_to_stock == 1.0
assert product.default_quantity_unit_purchase.id == 5
assert product.default_quantity_unit_purchase.name == "Tin"
assert product.default_quantity_unit_purchase.description is None
Expand Down

0 comments on commit e3f41fc

Please sign in to comment.