From: Matthew Sills Date: Thu, 19 Dec 2019 14:49:31 +0000 (+0100) Subject: after running black X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F636%2Fhead;p=thirdparty%2Fsqlalchemy%2Falembic.git after running black --- diff --git a/tests/test_postgresql.py b/tests/test_postgresql.py index 072e919f..fe2635bd 100644 --- a/tests/test_postgresql.py +++ b/tests/test_postgresql.py @@ -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