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

Commit f899f56

Browse files
committed
commands/inspect: Use ../lambda-machine-local/commands/commandstest
1 parent 8db2e4b commit f899f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/inspect_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ package commands
33
import (
44
"testing"
55

6-
"github.com/docker/machine/commands/commandstest"
76
"github.com/docker/machine/libmachine"
87
"github.com/docker/machine/libmachine/libmachinetest"
8+
"github.com/lambda-linux/lambda-machine-local/commands/commandstest"
99
"github.com/stretchr/testify/assert"
1010
)
1111

0 commit comments

Comments
 (0)