Skip to content

Commit c7688f3

Browse files
committed
fix test
1 parent f874a62 commit c7688f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/download.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ mod tests {
315315
// full message should have the rfc message id
316316
assert_eq!(
317317
full_message.headers.get_header_value(HeaderDef::MessageId),
318-
Some(msg.rfc724_mid)
318+
Some(format!("<{}>", msg.rfc724_mid))
319319
);
320320

321321
// test that message ids are different

0 commit comments

Comments
 (0)