Skip to content

Commit

Permalink
fix : minor edit in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Aug 30, 2024
1 parent e5b48f1 commit 5850819
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/functions_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@
<BLANKLINE>
Cups: 1
<BLANKLINE>
Coffee: 14.52 gr
Coffee: 15.0 gr
<BLANKLINE>
Water: 242 gr
Water: 250 gr
<BLANKLINE>
Ratio: 3/50
<BLANKLINE>
Expand Down
2 changes: 0 additions & 2 deletions test/verified_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
"""
>>> from mycoffee.functions import *
>>> v60_params = load_method_params("v60") # https://www.origincoffee.co.uk/blogs/journal/brewing-at-home-v60
>>> v60_params
{'coffee_ratio': 3, 'cups': 1, 'info': 'V60 method', 'water_ratio': 50, 'water': 242}
>>> v60_params["coffee_ratio"] == 3
True
>>> v60_params["water_ratio"] == 50
Expand Down

0 comments on commit 5850819

Please sign in to comment.