Skip to content

Commit d626033

Browse files
Hocurilink2xt
andcommitted
Update src/chat/chat_tests.rs
Co-authored-by: l <link2xt@testrun.org>
1 parent 81e7625 commit d626033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chat/chat_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2971,7 +2971,7 @@ async fn test_leave_broadcast() -> Result<()> {
29712971
.get_matching(|ev| match ev {
29722972
EventType::Test => true,
29732973
EventType::IncomingMsg { .. } => {
2974-
panic!("'Brodcast channel left' message should be silent")
2974+
panic!("'Broadcast channel left' message should be silent")
29752975
}
29762976
EventType::MsgsNoticed(..) => {
29772977
panic!("'Broadcast channel left' message shouldn't clear notifications")

0 commit comments

Comments
 (0)