diff --git a/test/dsl_test/func_dsl_test.go b/test/dsl_test/func_dsl_test.go index 628ebfd..b413747 100644 --- a/test/dsl_test/func_dsl_test.go +++ b/test/dsl_test/func_dsl_test.go @@ -1,9 +1,10 @@ -package dsl_test +package dsltest import ( - . "github.com/agiledragon/gomonkey/v2/test/fake" "testing" + . "github.com/agiledragon/gomonkey/v2/test/fake" + . "github.com/agiledragon/gomonkey/v2" . "github.com/agiledragon/gomonkey/v2/dsl" . "github.com/smartystreets/goconvey/convey"