mirror of https://github.com/docker/docs.git
Rename TestStartSilentAttach to TestStartAttachSilent
Signed-off-by: Megan Kostick <mkostick@us.ibm.com>
This commit is contained in:
parent
7cec5f50c5
commit
e7a2e2bf7e
|
@ -69,7 +69,7 @@ func TestStartAttachCorrectExitCode(t *testing.T) {
|
||||||
logDone("start - correct exit code returned with -a")
|
logDone("start - correct exit code returned with -a")
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestStartSilentAttach(t *testing.T) {
|
func TestStartAttachSilent(t *testing.T) {
|
||||||
defer deleteAllContainers()
|
defer deleteAllContainers()
|
||||||
|
|
||||||
name := "teststartattachcorrectexitcode"
|
name := "teststartattachcorrectexitcode"
|
||||||
|
|
Loading…
Reference in New Issue