File tree Expand file tree Collapse file tree 4 files changed +3
-25
lines changed
Expand file tree Collapse file tree 4 files changed +3
-25
lines changed Original file line number Diff line number Diff line change 11package commands
22
33import (
4+ "errors"
45 "testing"
56
67 "bytes"
78
89 "github.com/docker/machine/commands/commandstest"
9- "github.com/docker/machine/drivers/vmwarevsphere/errors"
1010 "github.com/docker/machine/libmachine/host"
1111 "github.com/docker/machine/libmachine/libmachinetest"
1212 "github.com/docker/machine/libmachine/mcndockerclient"
Original file line number Diff line number Diff line change 11package virtualbox
22
33import (
4+ "errors"
45 "testing"
56
6- "github.com/docker/machine/drivers/vmwarevsphere/errors"
77 "github.com/stretchr/testify/assert"
88)
99
Original file line number Diff line number Diff line change 11package virtualbox
22
33import (
4+ "errors"
45 "testing"
56
6- "github.com/docker/machine/drivers/vmwarevsphere/errors"
77 "github.com/stretchr/testify/assert"
88)
99
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments