Fixes failing test after coroutine lib upgrade.
The changed test case started failing after the coroutines library has been upgraded; not sure why. This fixes it by making sure that we call runCurrent() right before we run the rest of the test to let the logic in the init block of the class under test do its thing and register a broadcast receiver through its callback-like flow. Bug: 292807808 Test: N/A Change-Id: Ifdc470e3350e36f616ce89e2185e855389b7547d
Loading
Please register or sign in to comment