diff options
Diffstat (limited to 'test/sql/test_operators.py')
-rw-r--r-- | test/sql/test_operators.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sql/test_operators.py b/test/sql/test_operators.py index 984379c6b..43d9133a7 100644 --- a/test/sql/test_operators.py +++ b/test/sql/test_operators.py @@ -2107,7 +2107,7 @@ class InTest(fixtures.TestBase, testing.AssertsCompiledSQL): ) def test_scalar_subquery_wo_type(self): - """ test for :ticket:`6181` """ + """test for :ticket:`6181`""" m = MetaData() t = Table("t", m, Column("a", Integer)) |