Skip to content

Commit

Permalink
✅ Make all tests pass again
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColman committed Mar 5, 2024
1 parent ca084d3 commit 2073cf8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 74 deletions.
73 changes: 0 additions & 73 deletions restaurants/src/test/kotlin/RestaurantJobTest.kt

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class PostgresRestaurantItemRepositoryTest : FunSpec({

val postgresContainer = PostgreSQLContainer<Nothing>("postgres")
val datasource = install(JdbcTestContainerExtension(postgresContainer))
val flyway = Flyway.configure().dataSource(datasource).load()
val flyway = Flyway.configure().cleanDisabled(false).dataSource(datasource).load()

val database = Database.connect(datasource)
val target = PostgresRestaurantItemRepository(database)
Expand Down

0 comments on commit 2073cf8

Please sign in to comment.