fix tests

Signed-off-by: parneet-guraya <gurayaparneet@gmail.com>
This commit is contained in:
parneet-guraya 2024-12-16 02:13:22 +05:30
parent c89469e208
commit 1c2ac9065b
No known key found for this signature in database
GPG key ID: 63B807C4B2A9064B
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ class BookmarksPagerAdapterTests {
@Test
fun testGetCount() {
Assert.assertEquals(bookmarksPagerAdapter.count, 3)
Assert.assertEquals(bookmarksPagerAdapter.count, 4)
}
@Test

View file

@ -53,7 +53,7 @@ class LoggedOutBookmarksPagerAdapterTests {
*/
@Test
fun testGetCount() {
Assert.assertEquals(bookmarksPagerAdapter.count, 1)
Assert.assertEquals(bookmarksPagerAdapter.count, 2)
}
/**