소스 검색

Use prefix naming for attach tests

Signed-off-by: Alexandr Morozov <lk4d4@docker.com>
Alexandr Morozov 11 년 전
부모
커밋
f312f784e1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      integration-cli/docker_cli_attach_test.go

+ 1 - 1
integration-cli/docker_cli_attach_test.go

@@ -11,7 +11,7 @@ import (
 
 const attachWait = 5 * time.Second
 
-func TestMultipleAttachRestart(t *testing.T) {
+func TestAttachMultipleAndRestart(t *testing.T) {
 	defer deleteAllContainers()
 
 	endGroup := &sync.WaitGroup{}