diff options
Diffstat (limited to 'lib/sqlalchemy/testing')
| -rw-r--r-- | lib/sqlalchemy/testing/suite/test_types.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/testing/suite/test_types.py b/lib/sqlalchemy/testing/suite/test_types.py index 3e54d87a4..468a1660e 100644 --- a/lib/sqlalchemy/testing/suite/test_types.py +++ b/lib/sqlalchemy/testing/suite/test_types.py @@ -49,7 +49,7 @@ class _LiteralRoundTripFixture(object): @testing.fixture def literal_round_trip(self, metadata, connection): - """test literal rendering """ + """test literal rendering""" # for literal, we test the literal render in an INSERT # into a typed column. we can then SELECT it back as its |
