Add a small comment to a test

Addresses comments on aosp/1771187

Test: comment-only change
Change-Id: I837a019708919b66b8801c37abd5aacb1d7c249f
This commit is contained in:
Chalard Jean
2021-07-28 16:43:29 +09:00
parent 93bda73970
commit dfd850f5f7

View File

@@ -2206,6 +2206,7 @@ public class ConnectivityServiceTest {
deathRecipient.get().binderDied();
// Wait for the release message to be processed.
waitForIdle();
// After waitForIdle(), the message was processed and the service didn't crash.
}
@Test