Skip to content

Commit

Permalink
Try making test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Apr 23, 2024
1 parent 32578d2 commit 7e18294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sample/test_sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ def test_some_other_function():


def test_one_more_function():
res = sample.one_more_function()
res = sample.wrong_name()
assert res is not None

0 comments on commit 7e18294

Please sign in to comment.