From e3c8eabb289786d8c133e8e915c3b39e4b81affd Mon Sep 17 00:00:00 2001 From: Pete Hollobon Date: Mon, 22 Jun 2015 14:54:21 +0100 Subject: Fix typo --- test/dialect/postgresql/test_reflection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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""" -- cgit v1.2.1