Add a failed test

This commit is contained in:
Fred Pauchet 2022-12-29 21:35:02 +01:00
parent 725c738056
commit d53629fb2b
1 changed files with 3 additions and 0 deletions

3
tests/test_models.py Normal file
View File

@ -0,0 +1,3 @@
def test_one_plus_one():
assert 1 + 1 == 0