mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 07:27:21 +00:00
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