karlseguin / ccache

A golang LRU Cache for high concurrency
MIT License
1.28k stars 119 forks source link

Fixed bucket tests #28

Closed buglloc closed 5 years ago

buglloc commented 5 years ago

Bucket tests not starting at all for now, due to name Tests_Bucket that ignored by go test. This PR fixed test case name and SetsAnExistingItem test

karlseguin commented 5 years ago

Sorry for the delay pulling this. And thanks.