Change name of test
This commit is contained in:
parent
e9d8d1a7fa
commit
1336e2ab79
3 changed files with 2 additions and 3 deletions
|
|
@ -36,7 +36,6 @@ dependencies {
|
|||
ksp(libs.showkase.processor)
|
||||
kspTest(libs.showkase.processor)
|
||||
|
||||
|
||||
implementation(project(":libraries:designsystem"))
|
||||
|
||||
implementation(libs.showkase)
|
||||
|
|
|
|||
|
|
@ -38,5 +38,5 @@ class ColorTestPreview(
|
|||
)
|
||||
}
|
||||
|
||||
override fun toString(): String = "${showkaseBrowserColor.colorGroup}_${showkaseBrowserColor.colorName}"
|
||||
override fun toString(): String = "Color_${showkaseBrowserColor.colorGroup}_${showkaseBrowserColor.colorName}"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -44,5 +44,5 @@ class TypographyTestPreview(
|
|||
)
|
||||
}
|
||||
|
||||
override fun toString(): String = "${showkaseBrowserTypography.typographyGroup}_${showkaseBrowserTypography.typographyName}"
|
||||
override fun toString(): String = "Typo_${showkaseBrowserTypography.typographyGroup}_${showkaseBrowserTypography.typographyName}"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue