Rename test.
This commit is contained in:
parent
8b85aa51e2
commit
0608f1ff81
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ class KonsistArchitectureTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@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
|
// List all sealed interface without Immutable nor Stable annotation in the project
|
||||||
val forbiddenInterfacesForComposableParameter = Konsist.scopeFromProject()
|
val forbiddenInterfacesForComposableParameter = Konsist.scopeFromProject()
|
||||||
.interfaces()
|
.interfaces()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue