Skip to content

Commit

Permalink
Merge pull request #2012 from Shadowstrike-code/patch-1
Browse files Browse the repository at this point in the history
Improvising WeatherAlertGeneratorTest.kt
  • Loading branch information
kylecorry31 authored Oct 22, 2023
2 parents 508dfd4 + 724fe7a commit d5c9b44
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ internal class WeatherAlertGeneratorTest {

@ParameterizedTest
@MethodSource("provideAlerts")
fun getAlerts(
fun `getAlerts should return the expected alerts`(
conditions: List<WeatherCondition>,
high: Float,
low: Float,
Expand Down Expand Up @@ -87,4 +87,4 @@ internal class WeatherAlertGeneratorTest {
)
}
}
}
}

0 comments on commit d5c9b44

Please sign in to comment.