This commit is contained in:
Adi Roiban 2014-02-16 18:06:04 +02:00
parent 31b6dffd93
commit f11e9e6ece
1 changed files with 1 additions and 1 deletions

View File

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