From e2b753d96bda0fc6ed819bda89e2371b3d879a8b Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Thu, 4 May 2017 20:16:56 -0300 Subject: [PATCH] fix --- shell/init_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" )