mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Use prefix naming for attach tests
Signed-off-by: Alexandr Morozov <lk4d4@docker.com>
This commit is contained in:
parent
3812a6a846
commit
f312f784e1
1 changed files with 1 additions and 1 deletions
|
@ -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{}
|
||||
|
|
Loading…
Reference in a new issue