mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-18 00:54:19 +01:00
added print statement to test that VDestroy is being called
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user