Fix compilation warning: Name contains character(s) that can cause problems on Windows: "
This commit is contained in:
committed by
Benoit Marty
parent
6f0f315b7e
commit
c84a2d3d4a
+1
-1
@@ -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