mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
fix tests
This commit is contained in:
@@ -17,7 +17,7 @@ export function cacheDriverTestSuite(
|
||||
},
|
||||
) {
|
||||
const { test, expect } = testRunner;
|
||||
const minTTL = options?.minTTL ?? 0;
|
||||
const minTTL = options?.minTTL ?? 1;
|
||||
|
||||
test("get within ttl", async () => {
|
||||
const cache = makeCache();
|
||||
|
||||
Reference in New Issue
Block a user