summaryrefslogtreecommitdiff
path: root/test/engine/test_execute.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/engine/test_execute.py')
-rw-r--r--test/engine/test_execute.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/engine/test_execute.py b/test/engine/test_execute.py
index 2ca6bdd7c..f24b1c110 100644
--- a/test/engine/test_execute.py
+++ b/test/engine/test_execute.py
@@ -3292,7 +3292,7 @@ class FutureExecuteTest(fixtures.FutureEngineMixin, fixtures.TablesTest):
def test_no_branching(self, connection):
with testing.expect_deprecated(
- r"The Connection.connect\(\) function/method is considered legacy"
+ r"The Connection.connect\(\) method is considered legacy"
):
assert_raises_message(
NotImplementedError,