We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
../lambda-machine-local/commands/commandstest
1 parent d89199e commit 8f8b132Copy full SHA for 8f8b132
1 file changed
commands/version_test.go
@@ -6,10 +6,10 @@ import (
6
7
"bytes"
8
9
- "github.com/docker/machine/commands/commandstest"
10
"github.com/docker/machine/libmachine/host"
11
"github.com/docker/machine/libmachine/libmachinetest"
12
"github.com/docker/machine/libmachine/mcndockerclient"
+ "github.com/lambda-linux/lambda-machine-local/commands/commandstest"
13
"github.com/stretchr/testify/assert"
14
)
15
0 commit comments