File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,12 +117,12 @@ extension AllTests.AlertingTests {
117117 #expect( all. validateSuccessRateInRange ( ) == . failed( reasons: [ " Global success rate of 14.9% out of bounds " ] ) )
118118 }
119119 do {
120- let okCount = 451
120+ let okCount = 851
121121 let failedCount = 1000 - okCount
122122 let okBuilds = ( 0 ..< okCount) . map { _ in Alerting . BuildInfo. mock ( status: . ok) }
123123 let failedBuilds = ( 0 ..< failedCount) . map { _ in Alerting . BuildInfo. mock ( status: . failed) }
124124 let all = okBuilds + failedBuilds
125- #expect( all. validateSuccessRateInRange ( ) == . failed( reasons: [ " Global success rate of 45 .1% out of bounds " ] ) )
125+ #expect( all. validateSuccessRateInRange ( ) == . failed( reasons: [ " Global success rate of 85 .1% out of bounds " ] ) )
126126 }
127127 }
128128
You can’t perform that action at this time.
0 commit comments