Skip to content

Commit

Permalink
Use prefix naming for port tests
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandr Morozov <lk4d4@docker.com>
  • Loading branch information
LK4D4 committed Sep 19, 2014
1 parent b632590 commit 6e8c9e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-cli/docker_cli_port_test.go
Expand Up @@ -7,7 +7,7 @@ import (
"testing"
)

func TestListPorts(t *testing.T) {
func TestPortList(t *testing.T) {
// one port
runCmd := exec.Command(dockerBinary, "run", "-d", "-p", "9876:80", "busybox", "top")
out, _, err := runCommandWithOutput(runCmd)
Expand Down

0 comments on commit 6e8c9e7

Please sign in to comment.