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 cb20e63 commit 1fd170eCopy full SHA for 1fd170e
src/receive_imf/receive_imf_tests.rs
@@ -3052,7 +3052,7 @@ async fn test_auto_accept_protected_group_for_bots() -> Result<()> {
3052
}
3053
3054
/// Regression test for a bug where receive_imf() failed
3055
-/// if the sender of a message also put itself into the recipients list.
+/// if the sender of a message also put itself into the To header.
3056
#[tokio::test(flavor = "multi_thread", worker_threads = 2)]
3057
async fn test_verification_gossip() -> Result<()> {
3058
let mut tcm = TestContextManager::new();
0 commit comments