mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 08:55:40 +01:00
Change error message in extension tests to match new behavior
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user