mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-08-29 07:16:08 +00:00
Merge pull request #897 from permissionlesstech/codex/fix-command-processor-test-brace
Fix CommandProcessor test syntax
This commit is contained in:
commit
2318b51630
@ -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