mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-08 03:33:56 +00:00
delete the for loops that done nothing
This commit is contained in:
parent
fc582d4b21
commit
8e07664914
@ -229,9 +229,6 @@ func TestIsRunningAndReady(t *testing.T) {
|
|||||||
|
|
||||||
func TestAscendingOrdinal(t *testing.T) {
|
func TestAscendingOrdinal(t *testing.T) {
|
||||||
set := newStatefulSet(10)
|
set := newStatefulSet(10)
|
||||||
for i := 0; i < 10; i++ {
|
|
||||||
|
|
||||||
}
|
|
||||||
pods := make([]*v1.Pod, 10)
|
pods := make([]*v1.Pod, 10)
|
||||||
perm := rand.Perm(10)
|
perm := rand.Perm(10)
|
||||||
for i, v := range perm {
|
for i, v := range perm {
|
||||||
|
Loading…
Reference in New Issue
Block a user