From 14538f8f1558a3ba8e398f374ca4230c16c4fc8f Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Sat, 12 Oct 2024 08:44:52 +0330 Subject: [PATCH] fix : tests updated --- test/functions_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functions_test.py b/test/functions_test.py index 4e65b3d..3970aeb 100644 --- a/test/functions_test.py +++ b/test/functions_test.py @@ -104,7 +104,7 @@ 19. `v60` - V60 method >>> test_params = {"method":"v60", "cups":2, "coffee":30, "water":335, "coffee_ratio": 3, "water_ratio":50, "info":"V60 method"} >>> calc_coffee(test_params) -20.1 +40.2 >>> test_params = {"method":"v60", "cups":2, "coffee":20.0, "water":335.0, "coffee_ratio": 3.0, "water_ratio":50.0, "info":"", "digits":3} >>> test_params = filter_params(test_params) >>> test_params["coffee"]