Fix failing test

This commit is contained in:
Tim Middleton
2024-03-08 16:25:34 +08:00
parent b4e65c7dae
commit 7c2d6950a0
3 changed files with 8 additions and 6 deletions

View File

@@ -166,7 +166,7 @@ func (s *Storage) Delete(key string) error {
}
func (s *Storage) Reset() error {
return s.namedCache.Clear(s.ctx)
return s.namedCache.Truncate(s.ctx)
}
func (s *Storage) Close() error {