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 b147872 commit 21894b3Copy full SHA for 21894b3
1 file changed
commands/kill_test.go
@@ -3,11 +3,11 @@ package commands
3
import (
4
"testing"
5
6
- "github.com/docker/machine/commands/commandstest"
7
- "github.com/docker/machine/drivers/fakedriver"
8
"github.com/docker/machine/libmachine/host"
9
"github.com/docker/machine/libmachine/libmachinetest"
10
"github.com/docker/machine/libmachine/state"
+ "github.com/lambda-linux/lambda-machine-local/commands/commandstest"
+ "github.com/lambda-linux/lambda-machine-local/drivers/fakedriver"
11
"github.com/stretchr/testify/assert"
12
)
13
0 commit comments