Skip to content

Commit

Permalink
[Test] update test name
Browse files Browse the repository at this point in the history
  • Loading branch information
claire2212 committed Dec 6, 2024
1 parent d8a5047 commit c76e4fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class JpaControlPlanSubThemeRepositoryITests : AbstractDBTests() {
private lateinit var jpaControlPlanSubThemeRepository: JpaControlPlanSubThemeRepository

@Test
fun `findAll Should return all control plan subthemes `() {
fun `findAll Should return all control plan subthemes for all years`() {
// When
val requestedControlPlanSubThemes = jpaControlPlanSubThemeRepository.findAll()
// Then
Expand Down

0 comments on commit c76e4fe

Please sign in to comment.