Merge pull request #897 from permissionlesstech/codex/fix-command-processor-test-brace

Fix CommandProcessor test syntax
This commit is contained in:
callebtc 2026-08-17 20:38:39 +02:00 committed by GitHub
commit 2318b51630
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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())
}
}
}