Skip to content

Commit 6682154

Browse files
committed
Rename Flakeguard presentation properly
1 parent 2497a60 commit 6682154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/flakeguard/reports/presentation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ func buildSettingsTable(testReport *TestReport, maxPassRatio float64) [][]string
157157
{"**Setting**", "**Value**"},
158158
{"Project", testReport.GoProject},
159159
{"Max Pass Ratio", fmt.Sprintf("%.2f%%", maxPassRatio*100)},
160-
{"Test Run Count", fmt.Sprintf("%d", testReport.SummaryData.UniqueTestsRun)},
160+
{"Test Run Count", fmt.Sprintf("%d", testReport.SummaryData.TestRunCount)},
161161
{"Race Detection", fmt.Sprintf("%t", testReport.RaceDetection)},
162162
}
163163
if len(testReport.ExcludedTests) > 0 {

0 commit comments

Comments
 (0)