Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudgiuliani committed Feb 20, 2025
1 parent 9472331 commit 5e8973d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class CoffeeGlobAppTest {
koin.createScope("_ID2_", named(MY_SCOPE_SESSION))
.get<MyScopedSessionComponent>()

assert(koin.get<TestComponentConsumer3>().id == null)
assert(koin.get<TestComponentConsumer3>{ parametersOf(null) }.id == null)
assert(koin.get<TestComponentConsumer3> { parametersOf("42") }.id == "42")

koin.get<IncludedComponent>()
Expand Down

0 comments on commit 5e8973d

Please sign in to comment.