]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix typo
authorPete Hollobon <phollobon@renshawbay.com>
Mon, 22 Jun 2015 13:54:21 +0000 (14:54 +0100)
committerPete Hollobon <phollobon@renshawbay.com>
Mon, 22 Jun 2015 13:54:21 +0000 (14:54 +0100)
test/dialect/postgresql/test_reflection.py

index e72ddadad1ed448e5237eb593427250596a3d4ef..0354fa436aec1a7f543b97e58d0f97237eade901 100644 (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"""