From: Pete Hollobon Date: Mon, 22 Jun 2015 13:54:21 +0000 (+0100) Subject: Fix typo X-Git-Tag: rel_1_0_6~8^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e3c8eabb289786d8c133e8e915c3b39e4b81affd;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix typo --- diff --git a/test/dialect/postgresql/test_reflection.py b/test/dialect/postgresql/test_reflection.py index e72ddadad1..0354fa436a 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"""