added print statement to test that VDestroy is being called

This commit is contained in:
pedrocarlo
2025-04-13 17:10:43 -03:00
parent 2181de79de
commit 6249cd67e9
3 changed files with 7 additions and 2 deletions

View File

@@ -541,7 +541,7 @@ def test_drop_virtual_table():
)
limbo.run_test_fn(
"DROP TABLE t;",
null,
lambda res: "VDestroy called" in res,
"can drop kv_store vtable",
)
limbo.run_test_fn(