soygabimoreno / Base

Base repo.
Apache License 2.0
14 stars 10 forks source link

Fix Swallowed Exceptions after updating to Coroutines 1.7.0 #31

Open soygabimoreno opened 7 months ago

soygabimoreno commented 7 months ago

Some tests are failing "random" because of the update to Coroutines 1.7.0 When these tests are run isolated they work. But when they are run with the rest of the tests of the class, if an exception happens it can lead to an error.

Example of errors: HomeViewModelTest

This Discord Thread has more info.