fix ordering issue in candidates

Kubernetes-commit: e1ea24a171ca6ba2d0f184abbd019ab3cf4a93c4
This commit is contained in:
Jefftree 2024-07-23 17:09:37 +00:00 committed by Kubernetes Publisher
parent 18dd587a4b
commit f45c45195a

View File

@ -82,8 +82,8 @@ func TestLeaseCandidateAck(t *testing.T) {
candidate, _, err := NewCandidate(
client,
tc.candidateName,
tc.candidateNamespace,
tc.candidateName,
tc.leaseName,
tc.binaryVersion,
tc.emulationVersion,