From 8bc206fa0bc8962a427fa4844835b2b7f52d852c Mon Sep 17 00:00:00 2001 From: Alex Garcia Date: Fri, 13 Feb 2026 07:05:39 -0800 Subject: [PATCH] test: drop vec_xyz if it exists --- tests/test-loadable.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test-loadable.py b/tests/test-loadable.py index a8058c9..822b94c 100644 --- a/tests/test-loadable.py +++ b/tests/test-loadable.py @@ -2209,6 +2209,7 @@ def test_correctness_npy(): def test_smoke(): + db.execute("drop table if exists vec_xyz") db.execute("create virtual table vec_xyz using vec0( a float[2] )") assert execute_all( db,