mirror of
https://github.com/moby/moby.git
synced 2026-08-03 14:41:03 +00:00
Merge pull request #12271 from kostickm/12119-rename-TestStartSilentAttach
Rename TestStartSilentAttach to TestStartAttachSilent
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user