diff --git a/pytest/test_sanity.py b/pytest/test_sanity.py index e689428f..5b752c98 100644 --- a/pytest/test_sanity.py +++ b/pytest/test_sanity.py @@ -1,2 +1,3 @@ def test_sanity(): + assert true assert 1 + 1 == 2