From 703e27bab5b2d0907367dd03a4babb00ea5ee8aa Mon Sep 17 00:00:00 2001 From: Matthew Sills Date: Thu, 19 Dec 2019 15:49:31 +0100 Subject: [PATCH] after running black --- tests/test_postgresql.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2