From ea09a969451df8cb0d6ebc3dae601c039ce8bf09 Mon Sep 17 00:00:00 2001 From: Agata Skorupka Date: Thu, 19 Mar 2026 01:25:58 +0100 Subject: [PATCH] test PR --- 01-ci-lab/tests/test_calculator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-ci-lab/tests/test_calculator.py b/01-ci-lab/tests/test_calculator.py index 9ec4f73..0632e5e 100644 --- a/01-ci-lab/tests/test_calculator.py +++ b/01-ci-lab/tests/test_calculator.py @@ -2,7 +2,7 @@ def test_add(): - assert add(2, 3) == 5 + assert add(2,3) == 5 def test_divide():