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 08c3e91 commit 6adb6d6Copy full SHA for 6adb6d6
src/chat/chat_tests.rs
@@ -2910,7 +2910,7 @@ async fn test_leave_broadcast() -> Result<()> {
2910
// that the 'Broadcast channel left' message didn't trigger IncomingMsg:
2911
alice.evtracker.clear_events();
2912
2913
- // Shift the time so that we can later check the 'Broadcast channel left' message's timestamp:
+ // Shift the time so that we can later check the "Broadcast channel left" message's timestamp:
2914
SystemTime::shift(Duration::from_secs(60));
2915
2916
tcm.section("Bob leaves the broadcast channel.");
0 commit comments