diff options
Diffstat (limited to 'test/sql')
| -rw-r--r-- | test/sql/test_types.py | 2 |
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() ) |
