Browse code

Use prefix naming for attach tests

Signed-off-by: Alexandr Morozov <lk4d4@docker.com>

Alexandr Morozov authored on 2014/09/19 21:30:02
Showing 1 changed files
... ...
@@ -11,7 +11,7 @@ import (
11 11
 
12 12
 const attachWait = 5 * time.Second
13 13
 
14
-func TestMultipleAttachRestart(t *testing.T) {
14
+func TestAttachMultipleAndRestart(t *testing.T) {
15 15
 	defer deleteAllContainers()
16 16
 
17 17
 	endGroup := &sync.WaitGroup{}