Skip to content

Commit 953dc3f

Browse files
Hocurilink2xt
andauthored
Update src/chat/chat_tests.rs
Co-authored-by: l <link2xt@testrun.org>
1 parent 6adb6d6 commit 953dc3f

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
@@ -2929,7 +2929,7 @@ async fn test_leave_broadcast() -> Result<()> {
29292929
.get_matching(|ev| match ev {
29302930
EventType::Test => true,
29312931
EventType::IncomingMsg { .. } => {
2932-
panic!("'Brodcast channel left' message should be silent")
2932+
panic!("'Broadcast channel left' message should be silent")
29332933
}
29342934
EventType::MsgsNoticed(..) => {
29352935
panic!("'Broadcast channel left' message shouldn't clear notifications")

0 commit comments

Comments
 (0)