mirror of
https://github.com/chatmail/core.git
synced 2026-04-18 05:56:31 +03:00
Remove NULs from mimeparser tests
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user