mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix typo in name of integration test TestInspectApiMultipeNetworks
Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
This commit is contained in:
parent
6964f42350
commit
701e5dfe8a
1 changed files with 1 additions and 1 deletions
|
@ -643,7 +643,7 @@ func (s *DockerNetworkSuite) TestDockerNetworkMacInspect(c *check.C) {
|
|||
c.Assert(mac, checker.Equals, "a0:b1:c2:d3:e4:f5")
|
||||
}
|
||||
|
||||
func (s *DockerSuite) TestInspectApiMultipeNetworks(c *check.C) {
|
||||
func (s *DockerSuite) TestInspectApiMultipleNetworks(c *check.C) {
|
||||
dockerCmd(c, "network", "create", "mybridge1")
|
||||
dockerCmd(c, "network", "create", "mybridge2")
|
||||
out, _ := dockerCmd(c, "run", "-d", "busybox", "top")
|
||||
|
|
Loading…
Reference in a new issue