Skip to content

Commit

Permalink
fix : minor edit in MESSAGE_TEMPLATE
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Aug 30, 2024
1 parent a284924 commit e5b48f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mycoffee/params.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Coffee: {2} gr
Water: {3} ml
Water: {3} gr
Ratio: {4}/{5}
Expand Down
6 changes: 3 additions & 3 deletions test/functions_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<BLANKLINE>
Coffee: 30 gr
<BLANKLINE>
Water: 500 ml
Water: 500 gr
<BLANKLINE>
Ratio: 3/50
<BLANKLINE>
Expand All @@ -39,7 +39,7 @@
<BLANKLINE>
Coffee: 30 gr
<BLANKLINE>
Water: 500 ml
Water: 500 gr
<BLANKLINE>
Ratio: 3/50
<BLANKLINE>
Expand Down Expand Up @@ -90,7 +90,7 @@
<BLANKLINE>
Coffee: 14.52 gr
<BLANKLINE>
Water: 242 ml
Water: 242 gr
<BLANKLINE>
Ratio: 3/50
<BLANKLINE>
Expand Down

0 comments on commit e5b48f1

Please sign in to comment.