mirror of
https://github.com/gofiber/storage.git
synced 2025-10-06 00:57:38 +08:00
Fix failing test
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user