From 2c81941a40d9fbd33eaf6651a01cb5ea766c069e Mon Sep 17 00:00:00 2001 From: WillSho1 Date: Tue, 28 Nov 2023 18:18:17 -0500 Subject: [PATCH] More unit tests --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 221e29f..73429ca 100644 --- a/test.py +++ b/test.py @@ -5,5 +5,5 @@ from calculator import add def test_add(): - assert add(2, 2) == 4 + assert add(1, 3) == 4