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