Fix test and rename class to follow naming convention for PreviewParameterProvider.
This commit is contained in:
parent
fc0f48570d
commit
57950c0e94
3 changed files with 5 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue