mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-19 16:14:21 +01:00
fix test
This commit is contained in:
@@ -75,7 +75,7 @@ fn test_vector_sparse_ivf_create_destroy() {
|
||||
run(&tmp_db, || cursor.create(&conn)).unwrap();
|
||||
}
|
||||
conn.wal_insert_end(true).unwrap();
|
||||
assert_eq!(schema_rows(), vec!["t", "t_idx_scratch"]);
|
||||
assert_eq!(schema_rows(), vec!["t", "t_idx_scratch", "t_idx_stats"]);
|
||||
|
||||
conn.wal_insert_begin().unwrap();
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user