Skip to content

Commit bb36302

Browse files
committed
fix test failure
1 parent 9035f78 commit bb36302

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_tarfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,7 @@ def test_zstopen_closes_fileobj_on_base_exception(self):
10781078
pass
10791079

10801080
opened = []
1081-
real_ZstdFile = compression.zstd.ZstdFile
1081+
real_ZstdFile = zstd.ZstdFile
10821082

10831083
def tracking_ZstdFile(*args, **kwargs):
10841084
fileobj = real_ZstdFile(*args, **kwargs)

0 commit comments

Comments
 (0)