fix ordering issue in candidates
This commit is contained in:
		| @@ -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, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jefftree
					Jefftree