fix typo in QuantumKVCache unit tests
This commit is contained in:
parent
3e1668348e
commit
e54b8c4b72
1 changed files with 1 additions and 1 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue