]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/purge.t
remove most internal Email::MIME usage
[public-inbox.git] / t / purge.t
index dcc440390e826f5e04cfd81565610353c9c2e668..2ca9edca73cbfda0f0d51e19b24f696728cef44e 100644 (file)
--- a/t/purge.t
+++ b/t/purge.t
@@ -36,7 +36,7 @@ local $ENV{PI_CONFIG} = $cfgfile;
 open my $cfg_fh, '>', $cfgfile or die "open: $!";
 
 my $v2w = PublicInbox::V2Writable->new($ibx, {nproc => 1});
-my $mime = PublicInbox::MIME->new($raw);
+my $mime = PublicInbox::Eml->new($raw);
 ok($v2w->add($mime), 'add message to be purged');
 $v2w->done;