mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 05:03:09 +00:00
Fix typo in function emptyInvariants()
This commit is contained in:
parent
67425594f3
commit
9258cb4041
@ -559,7 +559,7 @@ func PodRecreateDeleteFailure(t *testing.T, set *apps.StatefulSet, invariants in
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func emptyInvaraints(set *apps.StatefulSet, om *fakeObjectManager) error {
|
func emptyInvariants(set *apps.StatefulSet, om *fakeObjectManager) error {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -584,7 +584,7 @@ func TestStatefulSetControlWithStartOrdinal(t *testing.T) {
|
|||||||
testFn := testCase.fn
|
testFn := testCase.fn
|
||||||
|
|
||||||
set := testObj()
|
set := testObj()
|
||||||
testFn(t, set, emptyInvaraints)
|
testFn(t, set, emptyInvariants)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user