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

Commit 0f41d45

Browse files
committed
commands/inspect: Use ../lambda-machine-local/commands/commandstest
1 parent 0a66949 commit 0f41d45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)