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/...
1 parent 38f1098 commit 68c9927Copy full SHA for 68c9927
1 file changed
commands/rm_test.go
@@ -5,10 +5,10 @@ import (
5
6
"errors"
7
8
- "github.com/docker/machine/commands/commandstest"
9
- "github.com/docker/machine/drivers/fakedriver"
10
"github.com/docker/machine/libmachine/host"
11
"github.com/docker/machine/libmachine/libmachinetest"
+ "github.com/lambda-linux/lambda-machine-local/commands/commandstest"
+ "github.com/lambda-linux/lambda-machine-local/drivers/fakedriver"
12
"github.com/stretchr/testify/assert"
13
)
14
0 commit comments