فهرست منبع

Use prefix naming for port tests

Signed-off-by: Alexandr Morozov <lk4d4@docker.com>
Alexandr Morozov 11 سال پیش
والد
کامیت
6e8c9e7bee
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      integration-cli/docker_cli_port_test.go

+ 1 - 1
integration-cli/docker_cli_port_test.go

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