mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +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)) {
|
||||
defer wg.Done()
|
||||
f(name)
|
||||
}(fmt.Sprintf("%v-%v", i, j), f)
|
||||
}(fmt.Sprintf("%d-%d", i, j), f)
|
||||
}
|
||||
}
|
||||
wg.Wait()
|
||||
|
Loading…
Reference in New Issue
Block a user