We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0338a50 commit 0f888aeCopy full SHA for 0f888ae
tests/konsist/src/test/kotlin/io/element/android/tests/konsist/KonsistLicenseTest.kt
@@ -64,9 +64,6 @@ class KonsistLicenseTest {
64
.filter {
65
it.moduleName.startsWith("enterprise")
66
}
67
- .also {
68
- assertThat(it).isNotEmpty()
69
- }
70
.assertTrue {
71
enterpriseLicense.containsMatchIn(it.text)
72
0 commit comments