Add resource version to Store Replace params.
This commit is contained in:
2
pkg/client/unversioned/cache/store_test.go
vendored
2
pkg/client/unversioned/cache/store_test.go
vendored
@@ -70,7 +70,7 @@ func doTestStore(t *testing.T, store Store) {
|
||||
store.Replace([]interface{}{
|
||||
mkObj("foo", "foo"),
|
||||
mkObj("bar", "bar"),
|
||||
})
|
||||
}, "0")
|
||||
|
||||
{
|
||||
found := util.StringSet{}
|
||||
|
||||
Reference in New Issue
Block a user