Skip to content

Commit

Permalink
Fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mkennard-aquaveo committed Dec 6, 2023
1 parent 2a969e2 commit 432d8e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _package/tests/unit_tests/filesystem_pyt.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ def test_file_prefix(self):
]
else:
paths = [
('dummy', '/temp/dummy.txt'),
('dummy.ext', '/temp/dummy.ext.txt'),
('dummy', 'dummy.txt'),
('/temp/dummy.txt', 'dummy'),
('/temp/dummy.ext.txt', 'dummy.ext'),
('dummy.txt', 'dummy'),
('', ''),
]
for input, result in paths:
Expand Down

0 comments on commit 432d8e4

Please sign in to comment.