Skip to content

Commit 0090c0f

Browse files
committed
chore: fix missing field inside newIssueFromIssueTestCase
1 parent 198f554 commit 0090c0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/result/processors/processor_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ func newIssueFromIssueTestCase(c issueTestCase) result.Issue {
2222
return result.Issue{
2323
Text: c.Text,
2424
FromLinter: c.Linter,
25+
Severity: c.Severity,
2526
Pos: token.Position{
2627
Filename: c.Path,
2728
Line: c.Line,

0 commit comments

Comments
 (0)