Skip to content

Commit 1323304

Browse files
committed
Fix test
1 parent 0668d4a commit 1323304

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/isal/isal_zlib.pyx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -464,8 +464,7 @@ cdef class Compress:
464464
# Flushing with no_flush does nothing.
465465
return b""
466466

467-
if mode == FULL_FLUSH:
468-
self.stream.end_of_stream = 1
467+
self.stream.end_of_stream = 1
469468
self.stream.flush = mode
470469

471470
# Initialise output buffer

0 commit comments

Comments
 (0)