mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Fix typo in waitForStableGourtineCount
Signed-off-by: Rob Murray <rob.murray@docker.com>
This commit is contained in:
@@ -3823,7 +3823,7 @@ func (s *DockerCLIRunSuite) TestRunAttachFailedNoLeak(c *testing.T) {
|
||||
|
||||
client := d.NewClientT(c)
|
||||
|
||||
nroutines := waitForStableGourtineCount(ctx, c, client)
|
||||
nroutines := waitForStableGoroutineCount(ctx, c, client)
|
||||
|
||||
out, err := d.Cmd(append([]string{"run", "-d", "--name=test", "-p", "8000:8000", "busybox"}, sleepCommandForDaemonPlatform()...)...)
|
||||
assert.NilError(c, err, out)
|
||||
|
||||
Reference in New Issue
Block a user