paparazzi-tests: fix test naming

This commit is contained in:
Harsh Shandilya 2022-06-29 23:30:52 +05:30
parent 9535242238
commit 4b6cc1659d
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
3 changed files with 1 additions and 3 deletions

View file

@ -16,8 +16,6 @@ class MonthHeaderTest {
@Test @Test
fun verify(@TestParameter theme: Theme) { fun verify(@TestParameter theme: Theme) {
paparazzi.snapshot(name = theme.name) { paparazzi.snapshot { MaterialTheme(colorScheme = theme.colors) { MonthHeader(Month.APRIL) } }
MaterialTheme(colorScheme = theme.colors) { MonthHeader(Month.APRIL) }
}
} }
} }