mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-29 22:03:55 +01:00
fix tests
Signed-off-by: parneet-guraya <gurayaparneet@gmail.com>
This commit is contained in:
parent
c89469e208
commit
1c2ac9065b
2 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,7 @@ class BookmarksPagerAdapterTests {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
fun testGetCount() {
|
fun testGetCount() {
|
||||||
Assert.assertEquals(bookmarksPagerAdapter.count, 3)
|
Assert.assertEquals(bookmarksPagerAdapter.count, 4)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|
|
||||||
|
|
@ -53,7 +53,7 @@ class LoggedOutBookmarksPagerAdapterTests {
|
||||||
*/
|
*/
|
||||||
@Test
|
@Test
|
||||||
fun testGetCount() {
|
fun testGetCount() {
|
||||||
Assert.assertEquals(bookmarksPagerAdapter.count, 1)
|
Assert.assertEquals(bookmarksPagerAdapter.count, 2)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue