Fix test name.

This commit is contained in:
Benoit Marty
2024-10-03 12:14:17 +02:00
committed by Benoit Marty
parent 685ef9c872
commit c6f65f79f4

View File

@@ -33,7 +33,7 @@ class TimelineProtectionStateTest {
}
@Test
fun `when protectionState is RenderOnly with an Event, hideContent always return true`() {
fun `when protectionState is RenderOnly with an Event, hideContent can return true or false`() {
val sut = aTimelineProtectionState(
protectionState = ProtectionState.RenderOnly(persistentSetOf(AN_EVENT_ID))
)