mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
commit
79074c268f
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ func TestRequestPoolParallel(t *testing.T) {
|
|||
idx = atomic.AddInt32(&operationIndex, 1)
|
||||
err = a.ReleasePool(name)
|
||||
if err != nil {
|
||||
t.Fatalf("relase error %v", err)
|
||||
t.Fatalf("release error %v", err)
|
||||
}
|
||||
ch <- &op{idx, false, name}
|
||||
}(t, a, ch)
|
||||
|
|
Loading…
Add table
Reference in a new issue