From 0435bbf2b2de3d90cd3053e0a90bfeedb9243b63 Mon Sep 17 00:00:00 2001 From: domspad Date: Thu, 2 Jun 2016 14:23:01 -0700 Subject: typo --- tests/test_python.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test_python.py') diff --git a/tests/test_python.py b/tests/test_python.py index 62c155f7..f5784cb1 100644 --- a/tests/test_python.py +++ b/tests/test_python.py @@ -50,9 +50,9 @@ class PythonTest(unittest.TestCase): self.assertEqual(tokens, list(self.lexer.get_tokens(fragment))) -class Python3Test(unittest.TestClass): +class Python3Test(unittest.TestCase): def setUp(self): - self.lexer = Python3Lexer + self.lexer = Python3Lexer() def testNeedsName(self): """ -- cgit v1.2.1