mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
prepare for eg on waitAndAssert
Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
parent
318b1612e1
commit
42599f1cad
6 changed files with 132 additions and 26 deletions
|
@ -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)))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue