Skip to content

Commit

Permalink
internal/openvex: update handler test
Browse files Browse the repository at this point in the history
Updates handler tests to have more accurate package paths.
This doesn't affect anything right now, but will be relevant for
future features/testing.

Change-Id: Ia72c749cdaf263d2a425f349f72630cda576b5f0
Reviewed-on: https://go-review.googlesource.com/c/vuln/+/598593
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Zvonimir Pavlinovic <[email protected]>
  • Loading branch information
Maceo Thompson committed Jul 16, 2024
1 parent de0a0ad commit 4ea4418
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/openvex/handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func TestFinding(t *testing.T) {
Trace: []*govulncheck.Frame{
{
Module: "mod",
Package: "pkg",
Package: "mod/pkg",
},
},
},
Expand All @@ -36,7 +36,7 @@ func TestFinding(t *testing.T) {
Trace: []*govulncheck.Frame{
{
Module: "mod",
Package: "pkg",
Package: "mod/pkg",
Function: "func",
},
},
Expand Down

0 comments on commit 4ea4418

Please sign in to comment.