We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ae8980 commit 1abab74Copy full SHA for 1abab74
app/src/test/kotlin/fr/free/nrw/commons/bookmarks/BookmarksPagerAdapterTests.kt
@@ -37,7 +37,7 @@ class BookmarksPagerAdapterTests {
37
38
@Test
39
fun testGetCount() {
40
- Assert.assertEquals(bookmarksPagerAdapter.count, 3)
+ Assert.assertEquals(bookmarksPagerAdapter.count, 4)
41
}
42
43
app/src/test/kotlin/fr/free/nrw/commons/bookmarks/LoggedOutBookmarksPagerAdapterTests.kt
@@ -53,7 +53,7 @@ class LoggedOutBookmarksPagerAdapterTests {
53
*/
54
55
56
- Assert.assertEquals(bookmarksPagerAdapter.count, 1)
+ Assert.assertEquals(bookmarksPagerAdapter.count, 2)
57
58
59
/**
0 commit comments