diff --git a/src/tests_authentik/test_authentik_dummy.py b/src/tests_authentik/test_authentik_dummy.py index d20e1cf..bddb561 100644 --- a/src/tests_authentik/test_authentik_dummy.py +++ b/src/tests_authentik/test_authentik_dummy.py @@ -1,2 +1,6 @@ def test_true(): assert 1 + 1 == 2 + + +def test_not_true(): + assert 1 + 1 == 3