diff options
author | Pete Hollobon <phollobon@renshawbay.com> | 2015-06-22 14:54:21 +0100 |
---|---|---|
committer | Pete Hollobon <phollobon@renshawbay.com> | 2015-06-22 14:54:21 +0100 |
commit | e3c8eabb289786d8c133e8e915c3b39e4b81affd (patch) | |
tree | 569433832acc63ab17cd8f0a33fc5a9ebb9863c3 | |
parent | 0e84dcc48563db66cbbc8952f4f7709003a1ae15 (diff) | |
download | sqlalchemy-pr/183.tar.gz |
Fix typopr/183
-rw-r--r-- | test/dialect/postgresql/test_reflection.py | 2 |
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""" |