finish testing client/cache
This commit is contained in:
4
pkg/client/cache/store_test.go
vendored
4
pkg/client/cache/store_test.go
vendored
@@ -62,3 +62,7 @@ func doTestStore(t *testing.T, store Store) {
|
||||
func TestCache(t *testing.T) {
|
||||
doTestStore(t, NewStore())
|
||||
}
|
||||
|
||||
func TestFIFOCache(t *testing.T) {
|
||||
doTestStore(t, NewFIFO())
|
||||
}
|
||||
|
Reference in New Issue
Block a user