Join Slack
Powered by
B subclasses A. I have C depend on A and C gets A ...
# koin
s
Santosh Astagi
06/19/2020, 2:42 PM
B subclasses A. I have C depend on A and C gets A in Koin by C(get()). This works fine in the actual app, but when I try to override A with B in test, koin says cannot instantiate C, when I use A, it works in test
Open in Slack
Previous
Next