summaryrefslogtreecommitdiff
path: root/test/dialect/postgresql/test_reflection.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/dialect/postgresql/test_reflection.py')
-rw-r--r--test/dialect/postgresql/test_reflection.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/dialect/postgresql/test_reflection.py b/test/dialect/postgresql/test_reflection.py
index b8de35f42..2c6795719 100644
--- a/test/dialect/postgresql/test_reflection.py
+++ b/test/dialect/postgresql/test_reflection.py
@@ -900,8 +900,7 @@ class ReflectionTest(AssertsCompiledSQL, fixtures.TestBase):
@testing.provide_metadata
def test_index_reflection(self):
- """ Reflecting expression-based indexes should warn
- """
+ """Reflecting expression-based indexes should warn"""
metadata = self.metadata
@@ -953,8 +952,7 @@ class ReflectionTest(AssertsCompiledSQL, fixtures.TestBase):
@testing.provide_metadata
def test_index_reflection_partial(self, connection):
- """Reflect the filter defintion on partial indexes
- """
+ """Reflect the filter defintion on partial indexes"""
metadata = self.metadata