test: drop vec_xyz if it exists

This commit is contained in:
Alex Garcia 2026-02-13 07:05:39 -08:00
parent d9020b7ded
commit 8bc206fa0b

View file

@ -2209,6 +2209,7 @@ def test_correctness_npy():
def test_smoke(): def test_smoke():
db.execute("drop table if exists vec_xyz")
db.execute("create virtual table vec_xyz using vec0( a float[2] )") db.execute("create virtual table vec_xyz using vec0( a float[2] )")
assert execute_all( assert execute_all(
db, db,