Skip to content

Commit

Permalink
Use bytestring instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Oct 25, 2017
1 parent ca937c8 commit 08d7f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_unlzw.py
Expand Up @@ -5,7 +5,7 @@


def test_decode():
assert unlzw(open(join(dirname(__file__), 'lipsum.txt.Z'), 'rb').read()) == '''
assert unlzw(open(join(dirname(__file__), 'lipsum.txt.Z'), 'rb').read()) == b'''
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam at
convallis neque. Mauris pharetra dui non tortor feugiat eleifend. Donec
commodo congue nisl, ac accumsan elit eleifend in. Aliquam quis erat
Expand Down

0 comments on commit 08d7f1a

Please sign in to comment.