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

Commit 07deee1

Browse files
committed
commands/inspect: Use ../lambda-machine-local/commands/commandstest
1 parent a0c45e5 commit 07deee1

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)