app: update screenshot tests

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-03-29 13:41:09 +05:30
parent cabf13fb3a
commit 86455a2d46
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Before After
Before After

View file

@ -30,7 +30,7 @@ class LobstersBottomNavTest : ScreenshotTest {
LobstersBottomNav( LobstersBottomNav(
currentDestination = Destination.startDestination, currentDestination = Destination.startDestination,
navigateToDestination = { /*TODO*/ }, navigateToDestination = { /*TODO*/ },
jumpToIndex = { /*TODO*/ } jumpToIndex = { _, _ -> },
) )
} }
} }
@ -47,7 +47,7 @@ class LobstersBottomNavTest : ScreenshotTest {
LobstersBottomNav( LobstersBottomNav(
currentDestination = destination, currentDestination = destination,
navigateToDestination = { newDestination -> destination = newDestination }, navigateToDestination = { newDestination -> destination = newDestination },
jumpToIndex = { /*TODO*/ } jumpToIndex = { _, _ -> },
) )
} }
} }