瀏覽代碼

Rename TestStartSilentAttach to TestStartAttachSilent

Signed-off-by: Megan Kostick <mkostick@us.ibm.com>
Megan Kostick 10 年之前
父節點
當前提交
e7a2e2bf7e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      integration-cli/docker_cli_start_test.go

+ 1 - 1
integration-cli/docker_cli_start_test.go

@@ -69,7 +69,7 @@ func TestStartAttachCorrectExitCode(t *testing.T) {
 	logDone("start - correct exit code returned with -a")
 }
 
-func TestStartSilentAttach(t *testing.T) {
+func TestStartAttachSilent(t *testing.T) {
 	defer deleteAllContainers()
 
 	name := "teststartattachcorrectexitcode"