Skip to content

Commit

Permalink
Fix GetDailySummaryTest to expect max pop
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtakac committed May 26, 2024
1 parent bd72da7 commit 1b3e222
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class GetDailySummaryTest {
min = Temperature.fromDegreesCelsius(3.0),
max = Temperature.fromDegreesCelsius(4.0),
desc = Condition(wmoCode = 5, isDay = false),
pop = Pop((1 - 0.95.pow(2)) * 100)
pop = Pop(5.0)
)
)
)
Expand Down

0 comments on commit 1b3e222

Please sign in to comment.