Skip to content

Commit ec51f8d

Browse files
committed
fix files unit test
1 parent 2200c4b commit ec51f8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

climada/util/test/test_files.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ def test_globbing(self):
9191
tmp_files = [file_name + f for f in tmp_files]
9292
tmp_files = [f for f in tmp_files if not os.path.isdir(f)
9393
and not f.startswith('.')]
94+
tmp_files = sorted(tmp_files)
9495
self.assertEqual(tmp_files, out)
9596

9697
# Execute Tests

0 commit comments

Comments
 (0)