diff options
Diffstat (limited to 'pkg/report/report_test.go')
| -rw-r--r-- | pkg/report/report_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/report/report_test.go b/pkg/report/report_test.go index 739068787..2184cd411 100644 --- a/pkg/report/report_test.go +++ b/pkg/report/report_test.go @@ -208,7 +208,7 @@ func testFromReport(rep *Report) *ParseTest { Corrupted: rep.Corrupted, corruptedReason: rep.CorruptedReason, Suppressed: rep.Suppressed, - Type: titleToCrashType(rep.Title), + Type: TitleToCrashType(rep.Title), Frame: rep.Frame, Report: rep.Report, } |
