We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6485a32 commit 4ee0cb8Copy full SHA for 4ee0cb8
baseLib/src/androidTest/java/me/ycdev/android/lib/common/ipc/ServiceClientBaseTest.kt
@@ -40,7 +40,6 @@ class ServiceClientBaseTest {
40
}
41
})
42
43
- assertThat(latch.count).isEqualTo(1)
44
// Waiting for service connected and operation executed
45
latch.await()
46
@@ -56,7 +55,6 @@ class ServiceClientBaseTest {
56
55
57
58
59
60
61
62
0 commit comments