Browse Source

Use prefix naming for attach tests

Signed-off-by: Alexandr Morozov <lk4d4@docker.com>
Alexandr Morozov 10 years ago
parent
commit
f312f784e1
1 changed files with 1 additions and 1 deletions
  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
 const attachWait = 5 * time.Second
 
 
-func TestMultipleAttachRestart(t *testing.T) {
+func TestAttachMultipleAndRestart(t *testing.T) {
 	defer deleteAllContainers()
 	defer deleteAllContainers()
 
 
 	endGroup := &sync.WaitGroup{}
 	endGroup := &sync.WaitGroup{}