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 8a4a4975d..6a0a3f6c3 100644 --- a/pkg/report/report_test.go +++ b/pkg/report/report_test.go @@ -210,7 +210,7 @@ func testFromReport(rep *Report) *ParseTest { Corrupted: rep.Corrupted, corruptedReason: rep.CorruptedReason, Suppressed: rep.Suppressed, - Type: TitleToCrashType(rep.Title), + Type: crash.TitleToType(rep.Title), Frame: rep.Frame, Report: rep.Report, } |
