mirror of
https://github.com/moby/moby.git
synced 2025-07-29 07:21:35 +03:00
fix remaining issues with checker.Not
Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
@ -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))
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user