mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-05 13:11:30 +00:00
Fix vet errors about unkeyed fields
Signed-off-by: Alexander Morozov <lk4d4@docker.com>
This commit is contained in:
@@ -653,7 +653,7 @@ func TestRestore(t *testing.T) {
|
||||
if err := container3.Run(); err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
container2.SetStopped(&execdriver.ExitStatus{0, false})
|
||||
container2.SetStopped(&execdriver.ExitStatus{ExitCode: 0})
|
||||
}
|
||||
|
||||
func TestDefaultContainerName(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user