about summary refs log tree commit homepage
path: root/t/filter_base.t
diff options
context:
space:
mode:
Diffstat (limited to 't/filter_base.t')
-rw-r--r--t/filter_base.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/filter_base.t b/t/filter_base.t
index bbd64189..47d0220f 100644
--- a/t/filter_base.t
+++ b/t/filter_base.t
@@ -21,13 +21,13 @@ use_ok 'PublicInbox::Filter::Base';
 
 {
         my $f = PublicInbox::Filter::Base->new;
-        my $email = mime_load 't/filter_base-xhtml.eml';
+        my $email = eml_load 't/filter_base-xhtml.eml';
         is($f->delivery($email), 100, "xhtml rejected");
 }
 
 {
         my $f = PublicInbox::Filter::Base->new;
-        my $email = mime_load 't/filter_base-junk.eml';
+        my $email = eml_load 't/filter_base-junk.eml';
         is($f->delivery($email), 100, 'proprietary format rejected on glob');
 }