Merge pull request #183 from renshawbay/master

Fix a tiny typo in test name
This commit is contained in:
mike bayer
2015-06-22 11:25:42 -04:00
+1 -1
View File
@@ -71,7 +71,7 @@ class ForeignTableReflectionTest(fixtures.TablesTest, AssertsExecutionResults):
eq_(names, ['testtable'])
class MaterialiedViewReflectionTest(
class MaterializedViewReflectionTest(
fixtures.TablesTest, AssertsExecutionResults):
"""Test reflection on materialized views"""