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

Commit 75a8fb5

Browse files
committed
commands/rm: Use ../lambda-machine-local/... packages
1 parent 2da64a8 commit 75a8fb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

commands/rm_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ import (
55

66
"errors"
77

8-
"github.com/docker/machine/commands/commandstest"
9-
"github.com/docker/machine/drivers/fakedriver"
108
"github.com/docker/machine/libmachine/host"
119
"github.com/docker/machine/libmachine/libmachinetest"
10+
"github.com/lambda-linux/lambda-machine-local/commands/commandstest"
11+
"github.com/lambda-linux/lambda-machine-local/drivers/fakedriver"
1212
"github.com/stretchr/testify/assert"
1313
)
1414

0 commit comments

Comments
 (0)