mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Fix Tests Errors (#4491)
This commit is contained in:
parent
07060cf94f
commit
93d7ef33ba
3 changed files with 5 additions and 17 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue