diff --git a/main.py b/main.py index 2810f8a..e4a227a 100644 --- a/main.py +++ b/main.py @@ -2,7 +2,8 @@ def always_returns_true(): - return False + print("Lisa added this!") + return True def test_always_returns_true():