]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/reply.t
remove most internal Email::MIME usage
[public-inbox.git] / t / reply.t
index a6c38cfaaf2ba97cc4929994b930fbc2bab553cd..53162df5d2566be1097745890cac339d6e866124 100644 (file)
--- a/t/reply.t
+++ b/t/reply.t
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 use Test::More;
-use PublicInbox::MIME;
+use PublicInbox::Eml;
 use_ok 'PublicInbox::Reply';
 
 my @q = (
@@ -19,7 +19,7 @@ while (@q) {
        is($res, $expect, "quote $input => $res");
 }
 
-my $mime = PublicInbox::MIME->new(<<'EOF');
+my $mime = PublicInbox::Eml->new(<<'EOF');
 From: from <from@example.com>
 To: to <to@example.com>
 Cc: cc@example.com