mirror of
https://github.com/RightNow-AI/openfang.git
synced 2026-07-30 06:32:17 +00:00
test(channels): add assert for Signal default output formatter
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user