Fix warning
Name contains characters which can cause problems on Windows: "
This commit is contained in:
parent
bdd7ecd789
commit
41c8d6510f
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ class KonsistClassNameTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
fun `Classes extending 'PreviewParameterProvider' name MUST end with "Provider" and MUST contain provided class name`() {
|
fun `Classes extending 'PreviewParameterProvider' name MUST end with 'Provider' and MUST contain provided class name`() {
|
||||||
Konsist.scopeFromProject()
|
Konsist.scopeFromProject()
|
||||||
.classes()
|
.classes()
|
||||||
.withAllParentsOf(PreviewParameterProvider::class)
|
.withAllParentsOf(PreviewParameterProvider::class)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue