File tree Expand file tree Collapse file tree
androidTest/kotlin/io/github/trevarj/motd
main/kotlin/io/github/trevarj/motd/ui/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ class NetworkGuidanceUiTest {
9999 }
100100
101101 compose.onNodeWithText(" OFTC does not support SASL" , substring = true ).assertExists()
102- compose.onNodeWithText(" NickServ password" , substring = true ).assertExists()
102+ compose.onNodeWithText(" NickServ password (optional) " ).assertExists()
103103
104104 compose.runOnIdle { presetId = NetworkPresetId .EFNET }
105105 compose.onNodeWithText(" no network account or nickname registration" , substring = true ).assertExists()
Original file line number Diff line number Diff line change @@ -219,10 +219,10 @@ fun MessageBubble(
219219 text : String ,
220220 timeMs : Long ,
221221 isSelf : Boolean ,
222- isBot : Boolean = false,
223222 kind : MessageKind ,
224223 showSender : Boolean ,
225224 modifier : Modifier = Modifier ,
225+ isBot : Boolean = false,
226226 hasMention : Boolean = false,
227227 networkId : Long? = null,
228228 senderAccount : String? = null,
You can’t perform that action at this time.
0 commit comments