go-pkgz / lcw

Loading Cache Wrapper
https://go-pkgz.umputun.dev/lcw/
MIT License
20 stars 5 forks source link

add MaxKeySize option test, remove duplicated MaxCacheSize option test #4

Closed senpos closed 4 years ago

senpos commented 4 years ago

Both lru_cache_test.go and expirable_cache_test.go contain duplicated negative MaxCacheSize option test, but negative maxKeySize option test is missing, which is a mistake, I assume, since it also can't be negative