summaryrefslogtreecommitdiff
path: root/test/sql/select.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/sql/select.py')
-rw-r--r--test/sql/select.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sql/select.py b/test/sql/select.py
index ddd8ede42..70d21798c 100644
--- a/test/sql/select.py
+++ b/test/sql/select.py
@@ -962,7 +962,7 @@ UNION SELECT mytable.myid FROM mytable"
self.assert_compile(s, "SELECT foo, bar UNION SELECT foo, bar UNION (SELECT foo, bar UNION SELECT foo, bar)")
- @testing.uses_deprecated('//get_params')
+ @testing.uses_deprecated()
def test_binds(self):
for (
stmt,