mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-10 12:32:03 +00:00
Fix Sprintf verb
This commit is contained in:
parent
738f403eea
commit
5b0d4d72ba
@ -252,7 +252,7 @@ func TestMultiWatch(t *testing.T) {
|
|||||||
rv,
|
rv,
|
||||||
)
|
)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
panic(fmt.Sprintf("watch error for %v: %", name, err))
|
panic(fmt.Sprintf("watch error for %v: %v", name, err))
|
||||||
}
|
}
|
||||||
defer w.Stop()
|
defer w.Stop()
|
||||||
watchesStarted.Done()
|
watchesStarted.Done()
|
||||||
|
Loading…
Reference in New Issue
Block a user