Skip to content

Commit

Permalink
test(guild): re-define service
Browse files Browse the repository at this point in the history
  • Loading branch information
Distractic committed Oct 14, 2023
1 parent f0b68cd commit 993a5c4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ class GuildDatabaseServiceTest {
@BeforeTest
fun onBefore() {
database = createR2dbcDatabase(psqlContainer, clockProvider = MicroClockProvider())
service = GuildDatabaseService(database)
playerService = PlayerDatabaseService(database)
}

Expand Down

0 comments on commit 993a5c4

Please sign in to comment.