From f2e3a6120462c33a85594f3763f342a1200daf4a Mon Sep 17 00:00:00 2001 From: PThorpe92 Date: Sun, 16 Feb 2025 19:30:51 -0500 Subject: [PATCH] Change error message in extension tests to match new behavior --- testing/extensions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/extensions.py b/testing/extensions.py index 76af242dd..240abacb7 100755 --- a/testing/extensions.py +++ b/testing/extensions.py @@ -443,7 +443,7 @@ def test_series(pipe): run_test( pipe, "SELECT * FROM generate_series(1, 10);", - lambda res: "Virtual table generate_series not found" in res, + lambda res: "Virtual table module not found: generate_series" in res, ) run_test(pipe, f".load {ext_path}", returns_null) run_test(