mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-08-22 07:06:05 +00:00
Fix CommandProcessor test syntax
This commit is contained in:
parent
35ed4417f0
commit
03d1da5423
@ -180,6 +180,7 @@ class CommandProcessorTest {
|
||||
|
||||
assertEquals("#backchannel", chatState.getCurrentChannelValue())
|
||||
assertEquals(ChannelID.Mesh, chatState.selectedLocationChannel.value)
|
||||
}
|
||||
|
||||
@Test
|
||||
fun `clearSuggestions hides the command suggestion popup`() {
|
||||
@ -207,4 +208,4 @@ class CommandProcessorTest {
|
||||
assertTrue(chatState.getMentionSuggestionsValue().isEmpty())
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user