diff --git a/internal/openvex/handler_test.go b/internal/openvex/handler_test.go index 82f12ba2..b2c760b2 100644 --- a/internal/openvex/handler_test.go +++ b/internal/openvex/handler_test.go @@ -27,7 +27,7 @@ func TestFinding(t *testing.T) { Trace: []*govulncheck.Frame{ { Module: "mod", - Package: "pkg", + Package: "mod/pkg", }, }, }, @@ -36,7 +36,7 @@ func TestFinding(t *testing.T) { Trace: []*govulncheck.Frame{ { Module: "mod", - Package: "pkg", + Package: "mod/pkg", Function: "func", }, },