Skip to content

Commit 880aae0

Browse files
committed
check failing test
1 parent f4a7d4c commit 880aae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/flakeguard/reports/reports_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ func TestPrintTests(t *testing.T) {
8080
PassRatio: 0.75,
8181
Skipped: false,
8282
Runs: 4,
83-
Outputs: []string{"Output1", "Output2"},
83+
Outputs: []string{"Output3", "Output2"},
8484
Durations: []float64{1.2, 0.9, 1.1, 1.0},
8585
},
8686
}

0 commit comments

Comments
 (0)