Skip to content

Commit

Permalink
fix: Failing test from swapping to CoroutineContext provider function…
Browse files Browse the repository at this point in the history
… in Koin module
  • Loading branch information
0ffz committed Dec 22, 2024
1 parent c2c6863 commit 51f52f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class ArchetypeEngineModuleCheck {
@Test
fun checkKoinModule() {
ArchetypeEngineModule().module.verify(
extraTypes = listOf(Boolean::class, Duration::class, LoggerConfig::class, CoroutineContext::class)
extraTypes = listOf(Boolean::class, Duration::class, LoggerConfig::class, CoroutineContext::class, Function0::class)
)
}

Expand Down

0 comments on commit 51f52f9

Please sign in to comment.