Skip to content

Commit 757cefd

Browse files
committed
fix test
1 parent c6f7df0 commit 757cefd

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
@@ -380,7 +380,7 @@ mod tests {
380380
// full message should have the rfc message id
381381
assert_eq!(
382382
full_message.headers.get_header_value(HeaderDef::MessageId),
383-
Some(msg.rfc724_mid)
383+
Some(format!("<{}>", msg.rfc724_mid))
384384
);
385385

386386
// test that message ids are different

0 commit comments

Comments
 (0)