diff --git a/tests/integration/index_method/mod.rs b/tests/integration/index_method/mod.rs index dd5e32634..126ffb500 100644 --- a/tests/integration/index_method/mod.rs +++ b/tests/integration/index_method/mod.rs @@ -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(); {