소스 검색

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"