Skip to content

Commit f45c451

Browse files
Jefftreek8s-publishing-bot
authored andcommitted
fix ordering issue in candidates
Kubernetes-commit: e1ea24a171ca6ba2d0f184abbd019ab3cf4a93c4
1 parent 18dd587 commit f45c451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/leaderelection/leasecandidate_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ func TestLeaseCandidateAck(t *testing.T) {
8282

8383
candidate, _, err := NewCandidate(
8484
client,
85-
tc.candidateName,
8685
tc.candidateNamespace,
86+
tc.candidateName,
8787
tc.leaseName,
8888
tc.binaryVersion,
8989
tc.emulationVersion,

0 commit comments

Comments
 (0)