mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 23:47:02 +05:30
app: update screenshot tests
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
cabf13fb3a
commit
86455a2d46
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 |
Binary file not shown.
Before Width: | Height: | Size: 9 KiB After Width: | Height: | Size: 11 KiB |
|
@ -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 = { _, _ -> },
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue