Skip to content

Commit

Permalink
Force test failure to get output in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Conjeaud committed Oct 30, 2023
1 parent 129a5bc commit 62a43bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ def test_neomodel_inspect_database():
with open("test/data/neomodel_inspect_database_test_output.py", "r") as f:
wrapped_output_file = [line for line in f.read().split("\n") if line.strip()]
print(wrapped_output_file)
assert False
# assert set(wrapped_output_file) == set(wrapped_console_output[1:])

# Finally, delete the file created by the script
Expand Down

0 comments on commit 62a43bb

Please sign in to comment.