Skip to content

Commit

Permalink
test (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
noraabiakar authored May 8, 2024
1 parent c36b723 commit 24eb977
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions named_entity_recognition/tests/test_delete_this_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ def test_print():
try:
print("Hello") is None
except:
print("Test print function failed.")
assert False
print("OH NO! Test print function failed.")
assert False

0 comments on commit 24eb977

Please sign in to comment.