diff --git a/pipe_test.go b/pipe_test.go index 889a0ac..56bfdc7 100644 --- a/pipe_test.go +++ b/pipe_test.go @@ -3,9 +3,10 @@ package pipe_test import ( "bytes" "context" + "testing" + "github.com/cresta/pipe" "github.com/stretchr/testify/require" - "testing" ) func TestShell(t *testing.T) {