Explorar o código

Use prefix naming for attach tests

Signed-off-by: Alexandr Morozov <lk4d4@docker.com>
Alexandr Morozov %!s(int64=11) %!d(string=hai) anos
pai
achega
f312f784e1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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{}