mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 17:01:24 -04:00
fix ordering issue in candidates
This commit is contained in:
parent
a64418ba0a
commit
e1ea24a171
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue