Browse Source

Fix test name.

pull/3592/head
Benoit Marty 2 weeks ago committed by Benoit Marty
parent
commit
5285696b0a
  1. 2
      features/messages/impl/src/test/kotlin/io/element/android/features/messages/impl/timeline/protection/TimelineProtectionStateTest.kt

2
features/messages/impl/src/test/kotlin/io/element/android/features/messages/impl/timeline/protection/TimelineProtectionStateTest.kt

@ -33,7 +33,7 @@ class TimelineProtectionStateTest { @@ -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))
)

Loading…
Cancel
Save