Avoid test from failing when the enterprise modules are not present.

This commit is contained in:
Benoit Marty
2025-02-24 09:32:40 +01:00
parent 9733e79b60
commit 76ef47e4af

View File

@@ -64,9 +64,6 @@ class KonsistLicenseTest {
.filter {
it.moduleName.startsWith("enterprise")
}
.also {
assertThat(it).isNotEmpty()
}
.assertTrue {
enterpriseLicense.containsMatchIn(it.text)
}