Fix CommandProcessor test syntax

This commit is contained in:
callebtc 2026-08-17 20:13:19 +02:00
parent 35ed4417f0
commit 03d1da5423

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