summaryrefslogtreecommitdiff
path: root/tests/test_sql.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_sql.py')
-rw-r--r--tests/test_sql.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_sql.py b/tests/test_sql.py
index ead06de7..bd71d1d0 100644
--- a/tests/test_sql.py
+++ b/tests/test_sql.py
@@ -62,7 +62,7 @@ def test_can_lex_integer(lexer):
def test_can_lex_names(lexer):
_assert_are_tokens_of_type(lexer,
- u'thingy thingy123 _thingy _ _123 Ähnliches Müll #temp1 ##temp2',
+ 'thingy thingy123 _thingy _ _123 Ähnliches Müll #temp1 ##temp2',
Name)