We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81e7625 commit d626033Copy full SHA for d626033
src/chat/chat_tests.rs
@@ -2971,7 +2971,7 @@ async fn test_leave_broadcast() -> Result<()> {
2971
.get_matching(|ev| match ev {
2972
EventType::Test => true,
2973
EventType::IncomingMsg { .. } => {
2974
- panic!("'Brodcast channel left' message should be silent")
+ panic!("'Broadcast channel left' message should be silent")
2975
}
2976
EventType::MsgsNoticed(..) => {
2977
panic!("'Broadcast channel left' message shouldn't clear notifications")
0 commit comments