We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a7d4c commit 880aae0Copy full SHA for 880aae0
tools/flakeguard/reports/reports_test.go
@@ -80,7 +80,7 @@ func TestPrintTests(t *testing.T) {
80
PassRatio: 0.75,
81
Skipped: false,
82
Runs: 4,
83
- Outputs: []string{"Output1", "Output2"},
+ Outputs: []string{"Output3", "Output2"},
84
Durations: []float64{1.2, 0.9, 1.1, 1.0},
85
},
86
}
0 commit comments