summaryrefslogtreecommitdiff
path: root/tests/test_basic_api.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_basic_api.py')
-rw-r--r--tests/test_basic_api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_basic_api.py b/tests/test_basic_api.py
index f07c00e7..d05a29c5 100644
--- a/tests/test_basic_api.py
+++ b/tests/test_basic_api.py
@@ -79,7 +79,7 @@ class LexersTest(unittest.TestCase):
tokens = list(lx.get_tokens(text))
roundtext = ''.join([t[1] for t in tokens])
self.assertEquals(roundtext, text,
- "lexer roundtrip with %s filter failed" % x)
+ "lexer roundtrip with %s filter failed" % x)
class FormattersTest(unittest.TestCase):