mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Rename TestStartSilentAttach to TestStartAttachSilent
Signed-off-by: Megan Kostick <mkostick@us.ibm.com>
This commit is contained in:
parent
7cec5f50c5
commit
e7a2e2bf7e
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ func TestStartAttachCorrectExitCode(t *testing.T) {
|
|||
logDone("start - correct exit code returned with -a")
|
||||
}
|
||||
|
||||
func TestStartSilentAttach(t *testing.T) {
|
||||
func TestStartAttachSilent(t *testing.T) {
|
||||
defer deleteAllContainers()
|
||||
|
||||
name := "teststartattachcorrectexitcode"
|
||||
|
|
Loading…
Add table
Reference in a new issue