fix: resolve some type issues and update tests

This commit is contained in:
Andy Burke 2025-07-02 19:02:54 -07:00
parent e32ee96b73
commit 9e5cde4c2a
2 changed files with 5 additions and 5 deletions

View file

@ -17,7 +17,7 @@ const item_collection: fsdb.FSDB_COLLECTION<ITEM> = new fsdb.FSDB_COLLECTION<ITE
});
const items: ITEM[] = [];
const item_count: number = 1_00;
const item_count: number = 1_000;
const midpoint: number = Math.floor(item_count / 2);
let first_id = null;
let time_mid = null;