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