mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
fix remaining issues with checker.Not
Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
parent
ac2f24e72a
commit
40f1950e8e
3 changed files with 7 additions and 9 deletions
|
@ -38,8 +38,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))()), poll.WithTimeout(defaultReconciliationTimeout))
|
||||
|
||||
}, checker.Not(checker.Contains(s))), poll.WithTimeout(defaultReconciliationTimeout))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue