mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-09 08:06:33 +00:00
fix missing verb at end of format string
This commit is contained in:
@@ -110,7 +110,7 @@ func TestExpired(t *testing.T) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
if test.wantExpired == valid {
|
if test.wantExpired == valid {
|
||||||
t.Errorf("wanted expired %t, got %", test.wantExpired, !valid)
|
t.Errorf("wanted expired %t, got %t", test.wantExpired, !valid)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user