From 0690c46f6684f919cfe0e6d01179a63f58c17e82 Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Thu, 25 Mar 2021 08:36:27 -0500 Subject: [PATCH] fix text type --- imap/src/parser/tests.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, - }, + }), ] )) );