This commit is contained in:
Adi Roiban
2014-02-16 18:06:04 +02:00
parent 31b6dffd93
commit f11e9e6ece

View File

@@ -22,7 +22,7 @@ class TestLessLexer(unittest.TestCase):
"""
It can load content from a string.
"""
file = StringIO(b"""
file = StringIO("""
@simple-var: 1;
""")