1
0
mirror of https://github.com/moby/moby.git synced 2025-07-29 07:21:35 +03:00

prepare for eg on waitAndAssert

Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
Tibor Vass
2019-08-09 10:41:13 +00:00
parent 318b1612e1
commit 42599f1cad
6 changed files with 132 additions and 26 deletions

View File

@ -36,7 +36,7 @@ func pruneNetworkAndVerify(c *testing.T, d *daemon.Daemon, kept, pruned []string
out, err := d.Cmd("network", "ls", "--format", "{{.Name}}")
assert.NilError(c, err)
return out, ""
}, checker.Not(checker.Contains), s)
}, checker.Not(checker.Contains(s)))
}
}