diff --git a/overlay/parse_test.go b/overlay/parse_test.go index bb55d90..fe0c2ad 100644 --- a/overlay/parse_test.go +++ b/overlay/parse_test.go @@ -4,7 +4,7 @@ import ( "os" "testing" - "github.com/speakeasy-api/jsonpath/pkg/overlay" + "github.com/speakeasy-api/openapi/overlay" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" )