Skip to content

Commit c6a78fb

Browse files
committed
apply test naming suggestion
1 parent 96b7980 commit c6a78fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/download.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -539,8 +539,7 @@ mod tests {
539539
/// Tests that pre message has autocrypt gossip headers and self avatar
540540
/// and full message doesn't have these headers
541541
#[tokio::test(flavor = "multi_thread", worker_threads = 2)]
542-
async fn test_pre_message_contains_selfavatar_and_gossip_and_full_message_does_not()
543-
-> Result<()> {
542+
async fn test_selfavatar_and_autocrypt_gossip_goto_pre_message() -> Result<()> {
544543
let mut tcm = TestContextManager::new();
545544
let alice = tcm.alice().await;
546545
let bob = tcm.bob().await;

0 commit comments

Comments
 (0)