mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 08:06:00 +00:00
fix tests
This commit is contained in:
+1
-1
@@ -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