Code cleanup

This commit is contained in:
Benoit Marty 2025-08-11 14:53:40 +02:00
parent e35eebf084
commit 84130da367
2 changed files with 3 additions and 3 deletions

View file

@ -79,7 +79,7 @@ class KonsistLicenseTest {
it.nameWithExtension != "KonsistLicenseTest.kt" &&
it.name.startsWith("Template ").not()
}
.assertTrue { it ->
.assertTrue {
it.text.count("New Vector") == 1
}
}