Skip to content

Commit

Permalink
#52 Ensure DB is clean
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Dec 13, 2021
1 parent d419924 commit 35cdfb4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ class DatasetRecServiceIntegrationTest {
flywayCleanMigrate(tempDir, targetSql, targetDataSource)
}

@BeforeEach
@AfterEach
fun tearDown() {
fun wipeDb() {
runRepository.deleteAll().block()
}

Expand Down

0 comments on commit 35cdfb4

Please sign in to comment.