diff --git a/tests/test_hello.py b/tests/test_hello.py index a9ecb71..39905dc 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