mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 10:08:20 +00:00
Adjust test to reflect new parse error
This commit is contained in:
parent
4384659e5f
commit
334f0a928a
2 changed files with 2 additions and 2 deletions
|
@ -341,7 +341,7 @@ def test_kv():
|
|||
limbo = TestLimboShell()
|
||||
limbo.run_test_fn(
|
||||
"create virtual table t using kv_store;",
|
||||
lambda res: "Virtual table module not found: kv_store" in res,
|
||||
lambda res: "Parse error: no such module: kv_store" in res,
|
||||
)
|
||||
limbo.execute_dot(f".load {ext_path}")
|
||||
limbo.run_test_fn(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue