Skip to content

Commit

Permalink
review: add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Jun 19, 2024
1 parent d1a7679 commit 9959637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/printers/sarif_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func TestSarif_Print(t *testing.T) {
},
{
FromLinter: "linter-a",
Severity: "error",
Severity: "low",
Text: "some issue 2",
Pos: token.Position{
Filename: "path/to/filec.go",
Expand Down

0 comments on commit 9959637

Please sign in to comment.