CoroutineAutoDispose icon indicating copy to clipboard operation
CoroutineAutoDispose copied to clipboard

test fails for LifecycleOwnerJobTest.completionHandler

Open kibotu opened this issue 4 years ago • 1 comments

this test fails with kotlin 1.5.0, android sdk 30

LifecycleOwnerJobTest.completionHandler { ... scenario.onActivity { } }

value of: getObserverCount() expected: 3 but was : 4 Expected :3 Actual :4

Caused by: java.lang.IllegalStateException: Method removeObserver must be called on the main thread

kibotu avatar May 11 '21 14:05 kibotu

thx issue! I'll check it.

satoshun avatar May 29 '21 02:05 satoshun