diff --git a/imap/src/parser/tests.rs b/imap/src/parser/tests.rs index 3ce2d09..bff0477 100644 --- a/imap/src/parser/tests.rs +++ b/imap/src/parser/tests.rs @@ -198,11 +198,11 @@ fn test_section_8() { in_reply_to: None, message_id: Some("".to_owned()), }), - AttributeValue::BodySection { + AttributeValue::BodySection(BodySection { section: None, index: None, data: None, - }, + }), ] )) );