fix typo in QuantumKVCache unit tests

This commit is contained in:
Hazelnoot 2025-11-06 22:12:23 -05:00
parent 3e1668348e
commit e54b8c4b72

View file

@ -778,7 +778,7 @@ describe(QuantumKVCache, () => {
});
});
describe('refresh', () => {
describe('reset', () => {
it('should erase all items', async () => {
const cache = makeCache<string>();
await cache.set('foo', 'bar');