make test fail

This commit is contained in:
Emmanuel Cazenave 2018-04-26 12:05:27 +02:00
parent 709f2ea7c3
commit 408104dcb6
1 changed files with 2 additions and 2 deletions

View File

@ -3,5 +3,5 @@ def test_true():
assert True
# def test_fail():
# assert False
def test_fail():
assert False