X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fimport.t;h=3f308299148f4e20ff8b947fc17bc68b4808ecf6;hb=0283273a14e1871955f6a9132f4f3f7884ec8a3f;hp=ba4abd9cb321e0cba0c741ed8168285e590a56c6;hpb=46742d95647c7a80cb2f60d5c134717dd91e22e2;p=public-inbox.git diff --git a/t/import.t b/t/import.t index ba4abd9c..3f308299 100644 --- a/t/import.t +++ b/t/import.t @@ -3,7 +3,7 @@ use strict; use warnings; use Test::More; -use PublicInbox::MIME; +use PublicInbox::Eml; use PublicInbox::Git; use PublicInbox::Import; use PublicInbox::Spawn qw(spawn); @@ -15,7 +15,7 @@ my ($dir, $for_destroy) = tmpdir(); my $git = PublicInbox::Git->new($dir); my $im = PublicInbox::Import->new($git, 'testbox', 'test@example'); $im->init_bare; -my $mime = PublicInbox::MIME->new(<<'EOF'); +my $mime = PublicInbox::Eml->new(<<'EOF'); From: a@example.com To: b@example.com Subject: this is a subject