diff --git a/shell/init_test.go b/shell/init_test.go index 92430e6..585db7f 100644 --- a/shell/init_test.go +++ b/shell/init_test.go @@ -3,7 +3,7 @@ package shell_test import ( "testing" - "github.com/getantibody/antibody/cmd/shell" + "github.com/getantibody/antibody/shell" "github.com/stretchr/testify/assert" )