From ba3d4aa5baebacfef8a56de66a5c06cd1372e893 Mon Sep 17 00:00:00 2001 From: Mark Sandan Date: Fri, 6 May 2016 18:26:31 -0700 Subject: [PATCH] change "psotgresql" to 'postgresql' in decorator --- test/ext/test_compiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ext/test_compiler.py b/test/ext/test_compiler.py index 5ed50442f7..f381ca185b 100644 --- a/test/ext/test_compiler.py +++ b/test/ext/test_compiler.py @@ -127,7 +127,7 @@ class UserDefinedTest(fixtures.TestBase, AssertsCompiledSQL): class MyThingy(ColumnClause): pass - @compiles(MyThingy, "psotgresql") + @compiles(MyThingy, 'postgresql') def visit_thingy(thingy, compiler, **kw): return "mythingy" -- 2.47.2