You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make ReceiveReceiptWorker run with no delay for unit tests
- unit tests fail when ReceiveReceiptWorker runs with a delay so make no delay for unit tests
- a few unit tests related to sending receive receipts were failing due to "Main looper has queued unexecuted runnables. This might be the cause of the test failure." even after awaiting a long time (flaky pass/fail)
- removed test `testNotificationReceivedNoSendReceivedRequest_Delay` because no longer testing the delay in unit tests and other receive receipt tests are sufficient
0 commit comments