Skip to content

Commit

Permalink
Fix test build
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasnlm committed Oct 4, 2023
1 parent 5d590f4 commit e643734
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import org.koin.dsl.module
val TestLevelModule =
module {
single {
ClockManager()
ClockManager(get())
}

single {
Expand Down

0 comments on commit e643734

Please sign in to comment.