This commit is contained in:
Adria Navarro 2024-03-05 18:11:12 +01:00
parent de0527384a
commit a093cfca99
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ describe("redis", () => {
expect(await redis.get(key)).toEqual(value) expect(await redis.get(key)).toEqual(value)
} }
expect(await redis.keys("*")).toHaveLength(10) expect(await redis.keys("*")).toHaveLength(15)
}) })
it("no TTL is set by default", async () => { it("no TTL is set by default", async () => {