Fix test and rename class to follow naming convention for PreviewParameterProvider.

This commit is contained in:
Benoit Marty 2024-11-21 15:18:56 +01:00
parent fc0f48570d
commit 57950c0e94
3 changed files with 5 additions and 2 deletions

View file

@ -48,6 +48,9 @@ class KonsistClassNameTest {
Konsist.scopeFromProduction()
.classes()
.withAllParentsOf(PreviewParameterProvider::class)
.withoutName(
"AspectRatioProvider",
)
.also {
// Check that classes are actually found
assertThat(it.size).isGreaterThan(100)