Fix test name.
This commit is contained in:
parent
685ef9c872
commit
c6f65f79f4
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ class TimelineProtectionStateTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@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(
|
val sut = aTimelineProtectionState(
|
||||||
protectionState = ProtectionState.RenderOnly(persistentSetOf(AN_EVENT_ID))
|
protectionState = ProtectionState.RenderOnly(persistentSetOf(AN_EVENT_ID))
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue