瀏覽代碼

Use prefix naming for inspect tests

Signed-off-by: Alexandr Morozov <lk4d4@docker.com>
Alexandr Morozov 11 年之前
父節點
當前提交
3812a6a846
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      integration-cli/docker_api_inspect_test.go

+ 1 - 1
integration-cli/docker_api_inspect_test.go

@@ -7,7 +7,7 @@ import (
 	"testing"
 )
 
-func TestInspectContainerResponse(t *testing.T) {
+func TestInspectApiContainerResponse(t *testing.T) {
 	runCmd := exec.Command(dockerBinary, "run", "-d", "busybox", "true")
 	out, _, err := runCommandWithOutput(runCmd)
 	errorOut(err, t, fmt.Sprintf("failed to create a container: %v %v", out, err))