Avoid test from failing when the enterprise modules are not present.
This commit is contained in:
@@ -64,9 +64,6 @@ class KonsistLicenseTest {
|
||||
.filter {
|
||||
it.moduleName.startsWith("enterprise")
|
||||
}
|
||||
.also {
|
||||
assertThat(it).isNotEmpty()
|
||||
}
|
||||
.assertTrue {
|
||||
enterpriseLicense.containsMatchIn(it.text)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user