Skip to content

Commit

Permalink
update testing error condition - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Oct 1, 2024
1 parent 72f5813 commit 1dfca14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/file_staging.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ def test_file_staging() -> None:
filepath = datastager.get_filepath(filename)
except FileNotFoundError:
logger.debug(f"File not available as expected.")
else:
assert 0 # we shouldn't get here!


if __name__ == "__main__":
Expand Down

0 comments on commit 1dfca14

Please sign in to comment.