Change name of test

This commit is contained in:
Benoit Marty 2023-01-04 14:10:09 +01:00
parent e9d8d1a7fa
commit 1336e2ab79
3 changed files with 2 additions and 3 deletions

View file

@ -36,7 +36,6 @@ dependencies {
ksp(libs.showkase.processor)
kspTest(libs.showkase.processor)
implementation(project(":libraries:designsystem"))
implementation(libs.showkase)

View file

@ -38,5 +38,5 @@ class ColorTestPreview(
)
}
override fun toString(): String = "${showkaseBrowserColor.colorGroup}_${showkaseBrowserColor.colorName}"
override fun toString(): String = "Color_${showkaseBrowserColor.colorGroup}_${showkaseBrowserColor.colorName}"
}

View file

@ -44,5 +44,5 @@ class TypographyTestPreview(
)
}
override fun toString(): String = "${showkaseBrowserTypography.typographyGroup}_${showkaseBrowserTypography.typographyName}"
override fun toString(): String = "Typo_${showkaseBrowserTypography.typographyGroup}_${showkaseBrowserTypography.typographyName}"
}