Rename test.
This commit is contained in:
committed by
Benoit Marty
parent
21200df294
commit
9f30aa3108
+1
-1
@@ -74,7 +74,7 @@ class KonsistArchitectureTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
fun `Composable MUST not have sealed interface in parameter`() {
|
||||
fun `Sealed interface used in Composable MUST be Immutable or Stable`() {
|
||||
// List all sealed interface without Immutable nor Stable annotation in the project
|
||||
val forbiddenInterfacesForComposableParameter = Konsist.scopeFromProject()
|
||||
.interfaces()
|
||||
|
||||
Reference in New Issue
Block a user