mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-14 14:23:37 +00:00
Fix gofmt in replication_controller_test.go
This commit is contained in:
parent
12553c9b91
commit
2a803769fc
@ -1136,7 +1136,7 @@ func TestOverlappingRCs(t *testing.T) {
|
|||||||
controllers = append(controllers, controllerSpec)
|
controllers = append(controllers, controllerSpec)
|
||||||
}
|
}
|
||||||
shuffledControllers := shuffle(controllers)
|
shuffledControllers := shuffle(controllers)
|
||||||
for j, _ := range shuffledControllers {
|
for j := range shuffledControllers {
|
||||||
manager.controllerStore.Store.Add(shuffledControllers[j])
|
manager.controllerStore.Store.Add(shuffledControllers[j])
|
||||||
}
|
}
|
||||||
// Add a pod and make sure only the oldest rc is synced
|
// Add a pod and make sure only the oldest rc is synced
|
||||||
|
Loading…
Reference in New Issue
Block a user