Skip to content

Commit

Permalink
(re)fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Oct 1, 2024
1 parent 541d83a commit 92e270e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/file_staging.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

# ensure that filepaths can be retrieved for all local files
local_filepaths: Dict[str, str] = dict()
for filename in Local_File_List:
for filename in local_file_list:
logger.debug(f"Testing local file: {filename}.")
local_filepaths[filename] = datastager.get_local_filepath(filename)
assert local_filepaths[filename] == datastager.get_filepath(filename)
Expand Down

0 comments on commit 92e270e

Please sign in to comment.