1
0
mirror of https://github.com/moby/moby.git synced 2025-07-30 18:23:29 +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

@ -388,7 +388,7 @@ func (s *DockerSwarmSuite) TestSwarmContainerAttachByNetworkId(c *testing.T) {
return out, ""
}
waitAndAssert(c, 3*time.Second, checkNetwork, checker.Not(checker.Contains), "testnet")
waitAndAssert(c, 3*time.Second, checkNetwork, checker.Not(checker.Contains("testnet")))
}
func (s *DockerSwarmSuite) TestOverlayAttachable(c *testing.T) {