From a8c930e40d5d93cc50419f70d0cf8d9b035c6c5a Mon Sep 17 00:00:00 2001 From: Diogenis Alexandrakis Date: Sun, 18 Feb 2024 01:55:16 +0200 Subject: [PATCH] ... --- 3. Implementation/test_a01.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3. Implementation/test_a01.py b/3. Implementation/test_a01.py index 321f631..4607b6d 100644 --- a/3. Implementation/test_a01.py +++ b/3. Implementation/test_a01.py @@ -10,4 +10,4 @@ def test_01(): def test_02(): a = Calculator(5,10) """ Check that plus(5,10) = 15 """ - assert a.plus() == 15 \ No newline at end of file + assert a.plus() == 1 \ No newline at end of file