Skip to content

Commit 40a07ac

Browse files
committed
Merge branch 'master' of https://github.com/gph82/mdciao
2 parents d2c1411 + 32478b2 commit 40a07ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: tests/test_examples.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,9 @@ def test_alias_unzip_to_otherfile(self):
208208
# assert os.path.exists((os.path.splitext(local_path))[0])
209209
files = sorted(os.listdir(td))
210210
assert len(files) == 2
211-
assert files[0] == "unzip_here.zip"
212-
assert files[1] == "unzip_here"
213-
extracted = sorted(os.listdir(files[1]))
211+
assert files[0] == "unzip_here"
212+
assert files[1] == "unzip_here.zip"
213+
extracted = sorted(os.listdir(files[0]))
214214
assert extracted[0] == "A.dat"
215215
assert extracted[1] == "B.dat"
216216

0 commit comments

Comments
 (0)