Skip to content

Commit

Permalink
fix ordering issue in candidates
Browse files Browse the repository at this point in the history
Kubernetes-commit: e1ea24a171ca6ba2d0f184abbd019ab3cf4a93c4
  • Loading branch information
Jefftree authored and k8s-publishing-bot committed Jul 23, 2024
1 parent 18dd587 commit f45c451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/leaderelection/leasecandidate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f45c451

Please sign in to comment.