mirror of
https://github.com/moby/moby.git
synced 2025-07-29 07:21:35 +03:00
rm-gocheck: redress check.Suite calls
go run rm-gocheck.go redress '[^/]\bcheck\.Suite\(.*\{\s*$' \ "integration-cli/check_test.go" "integration-cli/docker_cli_external_volume_driver_unix_test.go" "integration-cli/docker_cli_network_unix_test.go" Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
@ -39,9 +39,7 @@ const dummyIPAMDriver = "dummy-ipam-driver"
|
||||
var remoteDriverNetworkRequest remoteapi.CreateNetworkRequest
|
||||
|
||||
func init() {
|
||||
check.Suite(&DockerNetworkSuite{
|
||||
ds: &DockerSuite{},
|
||||
})
|
||||
check.Suite(&DockerNetworkSuite{ds: &DockerSuite{}})
|
||||
}
|
||||
|
||||
type DockerNetworkSuite struct {
|
||||
|
Reference in New Issue
Block a user