mirror of
https://github.com/moby/moby.git
synced 2025-07-30 18:23:29 +03:00
fix remaining issues with checker.Not
Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
@ -389,7 +389,7 @@ func (s *DockerSwarmSuite) TestSwarmContainerAttachByNetworkId(c *testing.T) {
|
||||
return out, ""
|
||||
}
|
||||
|
||||
poll.WaitOn(c, pollCheck(c, checkNetwork, checker.Not(checker.Contains("testnet"))()), poll.WithTimeout(3*time.Second))
|
||||
poll.WaitOn(c, pollCheck(c, checkNetwork, checker.Not(checker.Contains("testnet"))), poll.WithTimeout(3*time.Second))
|
||||
}
|
||||
|
||||
func (s *DockerSwarmSuite) TestOverlayAttachable(c *testing.T) {
|
||||
|
Reference in New Issue
Block a user