Fix warning
This commit is contained in:
parent
50264a9ab0
commit
0bb1a2f801
1 changed files with 1 additions and 1 deletions
|
|
@ -1238,7 +1238,7 @@ class MessagesPresenterTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
fun `present - shows a "world_readable" icon if the room is encrypted and history is world_readable`() = runTest {
|
||||
fun `present - shows a 'world_readable' icon if the room is encrypted and history is world_readable`() = runTest {
|
||||
val presenter = createMessagesPresenter(
|
||||
joinedRoom = FakeJoinedRoom(
|
||||
baseRoom = FakeBaseRoom(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue