Hi, so I have failing tests when running on the command line for iOS. They work fine in the IDE. The tests are checking the correct exceptions are being thrown. Any ideas?
Rak
11/09/2021, 4:54 PM
I suspect something to do with how koin is configured in iOS as the KoinTest is also failing. I dont undertand that test, can someone explain?
Rak
11/09/2021, 6:39 PM
The issue is how the MockEngine is introduced. Not sure where the issue is.