Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcl committed Jan 8, 2025
1 parent d07b6b2 commit 15a9a4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/flakeguard/reports/presentation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,15 +253,15 @@ func TestRenderResults(t *testing.T) {
PanickedTests: 0,
RacedTests: 0,
FlakyTests: 1,
FlakyTestRatio: "100.00%",
FlakyTestRatio: "100%",
TotalRuns: 4,
PassedRuns: 3,
FailedRuns: 1,
SkippedRuns: 0,
PassRatio: "75.00%",
PassRatio: "75%",
MaxPassRatio: 0.9,
},
expectedStringsContain: []string{"Test1", "package1", "75.00%", "false", "1.05s", "4", "0"},
expectedStringsContain: []string{"Test1", "package1", "75%", "false", "1.05s", "4", "0"},
},
// Add more test cases as needed
}
Expand Down

0 comments on commit 15a9a4e

Please sign in to comment.