diff --git a/tests/test_hello.py b/tests/test_hello.py index a9ecb71..efe697a 100644 --- a/tests/test_hello.py +++ b/tests/test_hello.py @@ -3,3 +3,6 @@ def test_says_world(): assert hello.say_what() == 'world' + +def test_2(): + assert 1==1