fix text type

This commit is contained in:
Michael Zhang 2021-03-25 08:36:27 -05:00
parent 3e0e3d5561
commit 0690c46f66
Signed by: michael
GPG key ID: BDA47A31A3C8EE6B

View file

@ -198,11 +198,11 @@ fn test_section_8() {
in_reply_to: None, in_reply_to: None,
message_id: Some("<B27397-0100000@cac.washington.edu>".to_owned()), message_id: Some("<B27397-0100000@cac.washington.edu>".to_owned()),
}), }),
AttributeValue::BodySection { AttributeValue::BodySection(BodySection {
section: None, section: None,
index: None, index: None,
data: None, data: None,
}, }),
] ]
)) ))
); );