Skip to content

Commit 6c1b0ea

Browse files
committed
Fix
1 parent 9456b34 commit 6c1b0ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/flakeguard/reports/reports.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ func PrintTests(
217217
rows := [][]string{}
218218
for _, test := range tests {
219219
if test.PassRatio < maxPassRatio {
220-
owners := "None"
220+
owners := "Unknown"
221221
if len(test.CodeOwners) > 0 {
222222
owners = strings.Join(test.CodeOwners, ", ")
223223
}

0 commit comments

Comments
 (0)