test(channels): add assert for Signal default output formatter

This commit is contained in:
Vít Rozsíval
2026-04-09 13:16:06 +02:00
parent 36ba675f02
commit 760f35f9de
+4
View File
@@ -1933,6 +1933,10 @@ mod tests {
default_output_format_for_channel("discord"),
OutputFormat::Markdown
);
assert_eq!(
default_output_format_for_channel("signal"),
OutputFormat::PlainText
)
}
#[tokio::test]