Fix compilation warning: Name contains character(s) that can cause problems on Windows: "
This commit is contained in:
committed by
Benoit Marty
parent
36d5500a65
commit
b5e37d8e07
@@ -1217,7 +1217,7 @@ class MessagesPresenterTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
fun `present - shows a "history" icon if the room is encrypted and history is shared`() = runTest {
|
||||
fun `present - shows a history icon if the room is encrypted and history is shared`() = runTest {
|
||||
val presenter = createMessagesPresenter(
|
||||
joinedRoom = FakeJoinedRoom(
|
||||
baseRoom = FakeBaseRoom(
|
||||
|
||||
Reference in New Issue
Block a user