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:
@@ -302,7 +302,7 @@ func (s *DockerCLILogsSuite) TestLogsFollowGoroutinesWithStdout(c *testing.T) {
|
||||
assert.NilError(c, d.WaitRun(id))
|
||||
|
||||
client := d.NewClientT(c)
|
||||
nroutines := waitForStableGourtineCount(ctx, c, client)
|
||||
nroutines := waitForStableGoroutineCount(ctx, c, client)
|
||||
|
||||
cmd := d.Command("logs", "-f", id)
|
||||
r, w := io.Pipe()
|
||||
@@ -358,7 +358,7 @@ func (s *DockerCLILogsSuite) TestLogsFollowGoroutinesNoOutput(c *testing.T) {
|
||||
assert.NilError(c, d.WaitRun(id))
|
||||
|
||||
client := d.NewClientT(c)
|
||||
nroutines := waitForStableGourtineCount(ctx, c, client)
|
||||
nroutines := waitForStableGoroutineCount(ctx, c, client)
|
||||
assert.NilError(c, err)
|
||||
|
||||
cmd := d.Command("logs", "-f", id)
|
||||
|
||||
Reference in New Issue
Block a user