Rename test.
This commit is contained in:
parent
21200df294
commit
9f30aa3108
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue