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