Fix govet error

This commit is contained in:
Jordan Liggitt 2018-04-26 16:10:29 -04:00
parent fd6b01f4bf
commit f6b08d6d76
No known key found for this signature in database
GPG Key ID: 39928704103C7229

View File

@ -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)
}
}