aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/report_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/report/report_test.go')
-rw-r--r--pkg/report/report_test.go2
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,
}