Skip to content

Commit e108de8

Browse files
committed
Allow extract in any order
1 parent af3ea18 commit e108de8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_contents.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def test_extractall(self):
4141
m_extract.assert_has_calls([
4242
call(b'file1', b'/foobar/file1'),
4343
call(b'file2', b'/foobar/file2'),
44-
])
44+
], any_order=True)
4545
m_makedirs.assert_called_with(b'/foobar', exist_ok=True)
4646

4747
def test_extractall2(self):

0 commit comments

Comments
 (0)