fixed for CI

This commit is contained in:
Jordi Loyzaga 2024-04-22 03:42:58 -06:00
parent aafa53965f
commit f08637c692
1 changed files with 1 additions and 2 deletions

View File

@ -7,5 +7,4 @@ class TestUser:
Test user related functions are working correctly. Test user related functions are working correctly.
""" """
def test_stub(self): def test_stub(self):
print("invoking failure") assert True
assert False