Skip to content

Commit 8bc206f

Browse files
committed
test: drop vec_xyz if it exists
1 parent d9020b7 commit 8bc206f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test-loadable.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2209,6 +2209,7 @@ def test_correctness_npy():
22092209

22102210

22112211
def test_smoke():
2212+
db.execute("drop table if exists vec_xyz")
22122213
db.execute("create virtual table vec_xyz using vec0( a float[2] )")
22132214
assert execute_all(
22142215
db,

0 commit comments

Comments
 (0)