Skip to content
This repository was archived by the owner on Dec 17, 2021. It is now read-only.

Commit 6e94276

Browse files
committed
commands/kill: Use ../lambda-machine-local/... packages
1 parent 62b39e5 commit 6e94276

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

commands/kill_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ package commands
33
import (
44
"testing"
55

6-
"github.com/docker/machine/commands/commandstest"
7-
"github.com/docker/machine/drivers/fakedriver"
86
"github.com/docker/machine/libmachine/host"
97
"github.com/docker/machine/libmachine/libmachinetest"
108
"github.com/docker/machine/libmachine/state"
9+
"github.com/lambda-linux/lambda-machine-local/commands/commandstest"
10+
"github.com/lambda-linux/lambda-machine-local/drivers/fakedriver"
1111
"github.com/stretchr/testify/assert"
1212
)
1313

0 commit comments

Comments
 (0)