diff options
Diffstat (limited to 'test/sql/test_query.py')
| -rw-r--r-- | test/sql/test_query.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sql/test_query.py b/test/sql/test_query.py index a22cf1098..14dc397f6 100644 --- a/test/sql/test_query.py +++ b/test/sql/test_query.py @@ -780,7 +780,7 @@ class QueryTest(fixtures.TablesTest): ) def test_expanding_in_dont_alter_compiled(self, connection): - """test for issue #5048 """ + """test for issue #5048""" class NameWithProcess(TypeDecorator): impl = String |
