diff options
Diffstat (limited to 'test/sql/test_resultset.py')
-rw-r--r-- | test/sql/test_resultset.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sql/test_resultset.py b/test/sql/test_resultset.py index 64d496a8f..561176a24 100644 --- a/test/sql/test_resultset.py +++ b/test/sql/test_resultset.py @@ -1409,7 +1409,7 @@ class PositionalTextTest(fixtures.TablesTest): with assertions.expect_warnings( r"Number of columns in textual SQL \(4\) is " - "smaller than number of columns requested \(2\)"): + r"smaller than number of columns requested \(2\)"): result = testing.db.execute(stmt) row = result.first() |