summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Hollobon <phollobon@renshawbay.com>2015-06-22 14:54:21 +0100
committerPete Hollobon <phollobon@renshawbay.com>2015-06-22 14:54:21 +0100
commite3c8eabb289786d8c133e8e915c3b39e4b81affd (patch)
tree569433832acc63ab17cd8f0a33fc5a9ebb9863c3
parent0e84dcc48563db66cbbc8952f4f7709003a1ae15 (diff)
downloadsqlalchemy-pr/183.tar.gz
Fix typopr/183
-rw-r--r--test/dialect/postgresql/test_reflection.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dialect/postgresql/test_reflection.py b/test/dialect/postgresql/test_reflection.py
index e72ddadad..0354fa436 100644
--- a/test/dialect/postgresql/test_reflection.py
+++ b/test/dialect/postgresql/test_reflection.py
@@ -71,7 +71,7 @@ class ForeignTableReflectionTest(fixtures.TablesTest, AssertsExecutionResults):
eq_(names, ['testtable'])
-class MaterialiedViewReflectionTest(
+class MaterializedViewReflectionTest(
fixtures.TablesTest, AssertsExecutionResults):
"""Test reflection on materialized views"""