Skip to content

Commit

Permalink
Unit tests passing
Browse files Browse the repository at this point in the history
  • Loading branch information
forsyth2 committed Jan 7, 2025
1 parent 5aef52d commit 7ed1f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ def add_files(self, use_hpss, zstash_path, keep=False, cache=None):
expected_present = ["Transferring file to HPSS"]
else:
expected_present = ["put: HPSS is unavailable"]
expected_present += ["INFO: Creating new tar archive"]
expected_present += ["Creating new tar archive"]
# Make sure none of the old files or directories are moved.
expected_absent = ["ERROR", "file0", "file_empty", "empty_dir"]
self.check_strings(cmd, output + err, expected_present, expected_absent)
Expand Down

0 comments on commit 7ed1f92

Please sign in to comment.