Fix compilation warning: Name contains character(s) that can cause problems on Windows: "
This commit is contained in:
parent
6f0f315b7e
commit
c84a2d3d4a
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue