Avoid test from failing when the enterprise modules are not present.
This commit is contained in:
parent
0338a5008b
commit
0f888ae018
1 changed files with 0 additions and 3 deletions
|
|
@ -64,9 +64,6 @@ class KonsistLicenseTest {
|
|||
.filter {
|
||||
it.moduleName.startsWith("enterprise")
|
||||
}
|
||||
.also {
|
||||
assertThat(it).isNotEmpty()
|
||||
}
|
||||
.assertTrue {
|
||||
enterpriseLicense.containsMatchIn(it.text)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue