Fix Tests Errors (#4491)

This commit is contained in:
Madhur Gupta 2021-07-05 11:40:49 +05:30 committed by GitHub
parent 07060cf94f
commit 93d7ef33ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 17 deletions

View file

@ -46,13 +46,6 @@ class MoreBottomSheetLoggedOutFragmentUnitTests {
Assert.assertNotNull(fragment)
}
@Test
@Throws(Exception::class)
fun testOnTutorialClicked() {
Shadows.shadowOf(Looper.getMainLooper()).idle()
fragment.onTutorialClicked()
}
@Test
@Throws(Exception::class)
fun testOnSettingsClicked() {