diff --git a/test/test_lexer.py b/test/test_lexer.py index a784806..60b573b 100644 --- a/test/test_lexer.py +++ b/test/test_lexer.py @@ -22,7 +22,7 @@ class TestLessLexer(unittest.TestCase): """ It can load content from a string. """ - file = StringIO(b""" + file = StringIO(""" @simple-var: 1; """)