X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Freply.t;h=53162df5d2566be1097745890cac339d6e866124;hb=933fce93167eba8645e637c363561575db9f9420;hp=cbcd72291eef61a56364e5d1ac08899629cea71c;hpb=c5d3dc3122323bda426de9251fcbdb2561570c42;p=public-inbox.git diff --git a/t/reply.t b/t/reply.t index cbcd7229..53162df5 100644 --- a/t/reply.t +++ b/t/reply.t @@ -1,9 +1,9 @@ -# Copyright (C) 2017-2018 all contributors +# Copyright (C) 2017-2020 all contributors # License: AGPL-3+ use strict; use warnings; use Test::More; -use Email::MIME; +use PublicInbox::Eml; 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::Eml->new(<<'EOF'); From: from To: to Cc: cc@example.com