]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
after running black 636/head
authorMatthew Sills <matthew@eightminuteswest.com>
Thu, 19 Dec 2019 14:49:31 +0000 (15:49 +0100)
committerMatthew Sills <matthew@eightminuteswest.com>
Thu, 19 Dec 2019 14:49:31 +0000 (15:49 +0100)
tests/test_postgresql.py

index 072e919f9008372aa2fa0884344668e73708bb09..fe2635bda2ef76e33f7925a4ebca36a9dab87624 100644 (file)
@@ -207,7 +207,7 @@ class PostgresqlOpTest(TestBase):
         )
 
         context.assert_(
-            "COMMENT ON COLUMN foo.\"T\".\"C\" IS 'This is a column comment'"
+            'COMMENT ON COLUMN foo."T"."C" IS \'This is a column comment\''
         )
 
     @config.requirements.comments_api