fix text type
This commit is contained in:
parent
3e0e3d5561
commit
0690c46f66
1 changed files with 2 additions and 2 deletions
|
@ -198,11 +198,11 @@ fn test_section_8() {
|
|||
in_reply_to: None,
|
||||
message_id: Some("<B27397-0100000@cac.washington.edu>".to_owned()),
|
||||
}),
|
||||
AttributeValue::BodySection {
|
||||
AttributeValue::BodySection(BodySection {
|
||||
section: None,
|
||||
index: None,
|
||||
data: None,
|
||||
},
|
||||
}),
|
||||
]
|
||||
))
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue