Skip to content

Commit

Permalink
fix text
Browse files Browse the repository at this point in the history
  • Loading branch information
Numero7 committed Oct 21, 2024
1 parent 63fe483 commit 12edc8c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ class UpdateDbsTest : BDDRepositoryTest() {
@Test
fun `Les tables des formations est correctement remplie`() {
assertDoesNotThrow { updateFormationDbs.updateFormationsDb() }
assertDoesNotThrow { updateFormationDbs.updateVoeuxDb() }
val formations = formationsdb.findAll()
assertThat(formations).isNotEmpty
val nbFormations = formations.size
Expand Down

0 comments on commit 12edc8c

Please sign in to comment.