diff options
author | mike bayer <mike_mp@zzzcomputing.com> | 2015-06-22 11:25:42 -0400 |
---|---|---|
committer | mike bayer <mike_mp@zzzcomputing.com> | 2015-06-22 11:25:42 -0400 |
commit | cfa296d9cd27c66a05eee4cdaeae85b59593f3ab (patch) | |
tree | 569433832acc63ab17cd8f0a33fc5a9ebb9863c3 | |
parent | 0e84dcc48563db66cbbc8952f4f7709003a1ae15 (diff) | |
parent | e3c8eabb289786d8c133e8e915c3b39e4b81affd (diff) | |
download | sqlalchemy-cfa296d9cd27c66a05eee4cdaeae85b59593f3ab.tar.gz |
Merge pull request #183 from renshawbay/master
Fix a tiny typo in test name
-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""" |