Rename test.

This commit is contained in:
Benoit Marty 2023-11-03 15:17:09 +01:00 committed by Benoit Marty
parent 21200df294
commit 9f30aa3108

View file

@ -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()