Skip to content

Commit

Permalink
chore: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgroshkov committed Jul 12, 2024
1 parent 5cfcf01 commit a26f76b
Show file tree
Hide file tree
Showing 2 changed files with 540 additions and 497 deletions.
2 changes: 1 addition & 1 deletion src/test/redis.manual.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ test('saveBatch with EXAT', async () => {
const testEntries: KeyValueDBTuple[] = testIds.map(id => [id, Buffer.from(`${id}value`)])

await db.saveBatch(TEST_TABLE, testEntries, {
expireAt: localTime.now().plus(1, 'second').unix(),
expireAt: localTime.now().plus(1, 'second').unix,
})
let loaded = await db.getByIds(TEST_TABLE, testIds)
expect(loaded.length).toBe(3)
Expand Down
Loading

0 comments on commit a26f76b

Please sign in to comment.