]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/reply.t
t/*.t: reduce dependency on Email::MIME APIs
[public-inbox.git] / t / reply.t
index bddabc3d5014b71fde780b58f34846f8358a687b..a6c38cfaaf2ba97cc4929994b930fbc2bab553cd 100644 (file)
--- a/t/reply.t
+++ b/t/reply.t
@@ -1,9 +1,9 @@
-# Copyright (C) 2017-2019 all contributors <meta@public-inbox.org>
+# Copyright (C) 2017-2020 all contributors <meta@public-inbox.org>
 # License: AGPL-3+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 use strict;
 use warnings;
 use Test::More;
-use Email::MIME;
+use PublicInbox::MIME;
 use_ok 'PublicInbox::Reply';
 
 my @q = (
@@ -19,7 +19,7 @@ while (@q) {
        is($res, $expect, "quote $input => $res");
 }
 
-my $mime = Email::MIME->new(<<'EOF');
+my $mime = PublicInbox::MIME->new(<<'EOF');
 From: from <from@example.com>
 To: to <to@example.com>
 Cc: cc@example.com