mirror of
https://github.com/kubernetes/client-go.git
synced 2025-06-29 08:29:23 +00:00
fix ordering issue in candidates
Kubernetes-commit: e1ea24a171ca6ba2d0f184abbd019ab3cf4a93c4
This commit is contained in:
parent
18dd587a4b
commit
f45c45195a
@ -82,8 +82,8 @@ func TestLeaseCandidateAck(t *testing.T) {
|
|||||||
|
|
||||||
candidate, _, err := NewCandidate(
|
candidate, _, err := NewCandidate(
|
||||||
client,
|
client,
|
||||||
tc.candidateName,
|
|
||||||
tc.candidateNamespace,
|
tc.candidateNamespace,
|
||||||
|
tc.candidateName,
|
||||||
tc.leaseName,
|
tc.leaseName,
|
||||||
tc.binaryVersion,
|
tc.binaryVersion,
|
||||||
tc.emulationVersion,
|
tc.emulationVersion,
|
||||||
|
Loading…
Reference in New Issue
Block a user