mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Fix govet error
This commit is contained in:
parent
fd6b01f4bf
commit
f6b08d6d76
@ -419,7 +419,7 @@ func (tc *patchTestCase) Run(t *testing.T) {
|
||||
|
||||
if tc.expectedTries > 0 {
|
||||
if tc.expectedTries != testPatcher.numUpdates {
|
||||
t.Errorf("%s: expected %d tries, got %d", tc.expectedTries, testPatcher.numUpdates)
|
||||
t.Errorf("%s: expected %d tries, got %d", tc.name, tc.expectedTries, testPatcher.numUpdates)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user