fix: resolve some type issues and update tests
This commit is contained in:
parent
e32ee96b73
commit
9e5cde4c2a
2 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue