mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-30 20:44:45 -04:00
Merge pull request #183 from renshawbay/master
Fix a tiny typo in test name
This commit is contained in:
@@ -71,7 +71,7 @@ class ForeignTableReflectionTest(fixtures.TablesTest, AssertsExecutionResults):
|
||||
eq_(names, ['testtable'])
|
||||
|
||||
|
||||
class MaterialiedViewReflectionTest(
|
||||
class MaterializedViewReflectionTest(
|
||||
fixtures.TablesTest, AssertsExecutionResults):
|
||||
"""Test reflection on materialized views"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user