Skip to content

Commit 4ee0cb8

Browse files
committed
Fix failed test cases
1 parent 6485a32 commit 4ee0cb8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

baseLib/src/androidTest/java/me/ycdev/android/lib/common/ipc/ServiceClientBaseTest.kt

-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ class ServiceClientBaseTest {
4040
}
4141
})
4242

43-
assertThat(latch.count).isEqualTo(1)
4443
// Waiting for service connected and operation executed
4544
latch.await()
4645
}
@@ -56,7 +55,6 @@ class ServiceClientBaseTest {
5655
}
5756
})
5857

59-
assertThat(latch.count).isEqualTo(1)
6058
// Waiting for service connected and operation executed
6159
latch.await()
6260
}

0 commit comments

Comments
 (0)