Skip to content

Commit

Permalink
Use prefix naming for attach tests
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandr Morozov <lk4d4@docker.com>
  • Loading branch information
LK4D4 committed Sep 19, 2014
1 parent 3812a6a commit f312f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-cli/docker_cli_attach_test.go
Expand Up @@ -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{}
Expand Down

0 comments on commit f312f78

Please sign in to comment.