summaryrefslogtreecommitdiff
path: root/test/sql
diff options
context:
space:
mode:
Diffstat (limited to 'test/sql')
-rw-r--r--test/sql/test_types.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sql/test_types.py b/test/sql/test_types.py
index 3d527b261..df4bcb9aa 100644
--- a/test/sql/test_types.py
+++ b/test/sql/test_types.py
@@ -1949,7 +1949,7 @@ class ExpressionTest(
assert_raises_message(
exc.ArgumentError,
- r"Object some_sqla_thing\(\) is not legal as a SQL literal value",
+ r"Object some_sqla_thing\(\) is not legal as an SQL literal value",
lambda: column('a', String) == SomeSQLAThing()
)