summaryrefslogtreecommitdiff
path: root/test/ext/test_compiler.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/ext/test_compiler.py')
-rw-r--r--test/ext/test_compiler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ext/test_compiler.py b/test/ext/test_compiler.py
index 5ed50442f..f381ca185 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"