mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-21 09:57:52 +00:00
fix a few go-vet errors
This commit is contained in:
@@ -79,7 +79,7 @@ func TestTcpHealthChecker(t *testing.T) {
|
||||
t.Errorf("#%d: expected error=%v, get=%v", i, tt.expectedError, err)
|
||||
}
|
||||
if !containsAny(output, tt.expectedOutputs) {
|
||||
t.Errorf("#%d: expected output=one of %#v, get=%s", tt.expectedOutputs, output)
|
||||
t.Errorf("#%d: expected output=one of %#v, get=%s", i, tt.expectedOutputs, output)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user