Skip to content

Commit 1fd170e

Browse files
committed
fix comment
1 parent cb20e63 commit 1fd170e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/receive_imf/receive_imf_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3052,7 +3052,7 @@ async fn test_auto_accept_protected_group_for_bots() -> Result<()> {
30523052
}
30533053

30543054
/// Regression test for a bug where receive_imf() failed
3055-
/// if the sender of a message also put itself into the recipients list.
3055+
/// if the sender of a message also put itself into the To header.
30563056
#[tokio::test(flavor = "multi_thread", worker_threads = 2)]
30573057
async fn test_verification_gossip() -> Result<()> {
30583058
let mut tcm = TestContextManager::new();

0 commit comments

Comments
 (0)