and in the unit test: ``` .... test...
# android
o
and in the unit test:
Copy code
....
        testScheduler.advanceTimeBy(TimeValues.MEDIUM.toLong(), TimeUnit.MILLISECONDS)
        testScheduler.triggerActions()

        verify(view).blaBla())