Skip to content

Commit b3acc90

Browse files
committed
Remove small test typo
1 parent 65ed600 commit b3acc90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_igzip_lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def testDecompressorChunksMaxsize(self):
136136
assert len(out[-1]) == max_length
137137

138138
# Retrieve more data while providing more input
139-
out.append(igzd.decompress(self.BIG_DATA[len_:],
139+
out.append(igzd.decompress(self.DATA[len_:],
140140
max_length=max_length))
141141
assert len(out[-1]) == max_length
142142

0 commit comments

Comments
 (0)