mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 11:47:04 +05:30
paparazzi-tests: fix test naming
This commit is contained in:
parent
9535242238
commit
4b6cc1659d
3 changed files with 1 additions and 3 deletions
|
@ -16,8 +16,6 @@ class MonthHeaderTest {
|
|||
|
||||
@Test
|
||||
fun verify(@TestParameter theme: Theme) {
|
||||
paparazzi.snapshot(name = theme.name) {
|
||||
MaterialTheme(colorScheme = theme.colors) { MonthHeader(Month.APRIL) }
|
||||
}
|
||||
paparazzi.snapshot { MaterialTheme(colorScheme = theme.colors) { MonthHeader(Month.APRIL) } }
|
||||
}
|
||||
}
|
||||
|
|
Before Width: | Height: | Size: 7.9 KiB After Width: | Height: | Size: 7.9 KiB |
Before Width: | Height: | Size: 8.3 KiB After Width: | Height: | Size: 8.3 KiB |
Loading…
Add table
Add a link
Reference in a new issue