Fix test name.
This commit is contained in:
committed by
Benoit Marty
parent
a465b0c080
commit
5285696b0a
+1
-1
@@ -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))
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user