Remove NULs from mimeparser tests

This commit is contained in:
Alexander Krotov
2019-12-30 17:32:39 +01:00
parent 6dcc1e09b9
commit c4e0647bda

View File

@@ -1130,7 +1130,7 @@ mod tests {
Chat-Version: 1.0\n\
\n\
test1\n\
\x00";
";
let mimeparser = MimeParser::from_bytes(&context.ctx, &raw[..]).unwrap();
@@ -1160,8 +1160,7 @@ mod tests {
test1\n\
\n\
--==break==--\n\
\n\
\x00";
\n";
let mimeparser = MimeParser::from_bytes(&context.ctx, &raw[..]).unwrap();