Skip to content

Commit 0f888ae

Browse files
committed
Avoid test from failing when the enterprise modules are not present.
1 parent 0338a50 commit 0f888ae

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/konsist/src/test/kotlin/io/element/android/tests/konsist/KonsistLicenseTest.kt

-3
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ class KonsistLicenseTest {
6464
.filter {
6565
it.moduleName.startsWith("enterprise")
6666
}
67-
.also {
68-
assertThat(it).isNotEmpty()
69-
}
7067
.assertTrue {
7168
enterpriseLicense.containsMatchIn(it.text)
7269
}

0 commit comments

Comments
 (0)