diff --git a/mycoffee/params.py b/mycoffee/params.py index 8d4a8b0..3dd3eac 100644 --- a/mycoffee/params.py +++ b/mycoffee/params.py @@ -13,7 +13,7 @@ Coffee: {2} gr -Water: {3} ml +Water: {3} gr Ratio: {4}/{5} diff --git a/test/functions_test.py b/test/functions_test.py index 5e3a1ac..9e026aa 100644 --- a/test/functions_test.py +++ b/test/functions_test.py @@ -18,7 +18,7 @@ Coffee: 30 gr -Water: 500 ml +Water: 500 gr Ratio: 3/50 @@ -39,7 +39,7 @@ Coffee: 30 gr -Water: 500 ml +Water: 500 gr Ratio: 3/50 @@ -90,7 +90,7 @@ Coffee: 14.52 gr -Water: 242 ml +Water: 242 gr Ratio: 3/50