Is your feature request related to a problem?
config/folder_cache.go (or related folder caching code) handles folder list caching but has no tests.
Describe the solution you'd like
Add tests for:
- Folder cache save/load round-trip
- Cache invalidation
- Corrupt cache file handling
- Empty folder list handling
Is your feature request related to a problem?
config/folder_cache.go (or related folder caching code) handles folder list caching but has no tests.
Describe the solution you'd like
Add tests for: