File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mailparser" ,
3
3
"description" : " Asynchronous and non-blocking parser for mime encoded e-mail messages" ,
4
- "version" : " 0.5.3 " ,
4
+ "version" : " 0.6.0 " ,
5
5
"author" : " Andris Reinman" ,
6
6
"maintainers" : [{
7
7
"name" : " andris" ,
Original file line number Diff line number Diff line change @@ -446,7 +446,7 @@ exports["Attachment Content-Id"] = {
446
446
var mailparser = new MailParser ( ) ;
447
447
mailparser . end ( mail ) ;
448
448
mailparser . on ( "end" , function ( mail ) {
449
- test . equal ( mail . attachments && mail . attachments [ 0 ] && mail . attachments [ 0 ] . contentId , "ef694232fea1c01c16fb8a03a0ca710c @mailparser" ) ;
449
+ test . equal ( mail . attachments && mail . attachments [ 0 ] && mail . attachments [ 0 ] . contentId , "7c7cf35ce5becf62faea56ed8d0ad6e4 @mailparser" ) ;
450
450
test . done ( ) ;
451
451
} ) ;
452
452
} ,
You can’t perform that action at this time.
0 commit comments