mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 18:24:07 +00:00
Proper format string for ints
This commit is contained in:
parent
011db554e5
commit
61e4eb4e1f
@ -384,7 +384,7 @@ func TestUpdate(t *testing.T) {
|
|||||||
go func(name string, f func(string)) {
|
go func(name string, f func(string)) {
|
||||||
defer wg.Done()
|
defer wg.Done()
|
||||||
f(name)
|
f(name)
|
||||||
}(fmt.Sprintf("%v-%v", i, j), f)
|
}(fmt.Sprintf("%d-%d", i, j), f)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
wg.Wait()
|
wg.Wait()
|
||||||
|
Loading…
Reference in New Issue
Block a user