From a7f17d0a4bd54ff99ecbde2cad88136ef37f1f62 Mon Sep 17 00:00:00 2001 From: Magdalena Sibila Date: Sun, 29 Sep 2019 12:31:57 +0200 Subject: [PATCH 1/2] Update test_hello.py --- tests/test_hello.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_hello.py b/tests/test_hello.py index a9ecb71..a9d9447 100644 --- a/tests/test_hello.py +++ b/tests/test_hello.py @@ -3,3 +3,5 @@ def test_says_world(): assert hello.say_what() == 'world' +def test_2(): + assert 3+3 = 6 From 80f26e2bb5b5e24ec5aa6dd683fa61b4ea49d5cd Mon Sep 17 00:00:00 2001 From: Magdalena Sibila Date: Sun, 29 Sep 2019 12:49:25 +0200 Subject: [PATCH 2/2] Update test_hello.py --- tests/test_hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_hello.py b/tests/test_hello.py index a9d9447..39905dc 100644 --- a/tests/test_hello.py +++ b/tests/test_hello.py @@ -4,4 +4,4 @@ def test_says_world(): assert hello.say_what() == 'world' def test_2(): - assert 3+3 = 6 + assert 3+3 == 6