diff --git a/app/src/test/kotlin/fr/free/nrw/commons/bookmarks/BookmarksPagerAdapterTests.kt b/app/src/test/kotlin/fr/free/nrw/commons/bookmarks/BookmarksPagerAdapterTests.kt index 9423c9095..bf143ecc0 100644 --- a/app/src/test/kotlin/fr/free/nrw/commons/bookmarks/BookmarksPagerAdapterTests.kt +++ b/app/src/test/kotlin/fr/free/nrw/commons/bookmarks/BookmarksPagerAdapterTests.kt @@ -37,7 +37,7 @@ class BookmarksPagerAdapterTests { @Test fun testGetCount() { - Assert.assertEquals(bookmarksPagerAdapter.count, 3) + Assert.assertEquals(bookmarksPagerAdapter.count, 4) } @Test diff --git a/app/src/test/kotlin/fr/free/nrw/commons/bookmarks/LoggedOutBookmarksPagerAdapterTests.kt b/app/src/test/kotlin/fr/free/nrw/commons/bookmarks/LoggedOutBookmarksPagerAdapterTests.kt index 4c20bdda9..7ba7d559e 100644 --- a/app/src/test/kotlin/fr/free/nrw/commons/bookmarks/LoggedOutBookmarksPagerAdapterTests.kt +++ b/app/src/test/kotlin/fr/free/nrw/commons/bookmarks/LoggedOutBookmarksPagerAdapterTests.kt @@ -53,7 +53,7 @@ class LoggedOutBookmarksPagerAdapterTests { */ @Test fun testGetCount() { - Assert.assertEquals(bookmarksPagerAdapter.count, 1) + Assert.assertEquals(bookmarksPagerAdapter.count, 2) } /**