We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af3ea18 commit e108de8Copy full SHA for e108de8
1 file changed
test/test_contents.py
@@ -41,7 +41,7 @@ def test_extractall(self):
41
m_extract.assert_has_calls([
42
call(b'file1', b'/foobar/file1'),
43
call(b'file2', b'/foobar/file2'),
44
- ])
+ ], any_order=True)
45
m_makedirs.assert_called_with(b'/foobar', exist_ok=True)
46
47
def test_extractall2(self):
0 commit comments