]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/v2mda.t
disambiguate OverIdx and Over by field name
[public-inbox.git] / t / v2mda.t
index 36f43ff096c09c58e8df91e1e3053f2ac8b924e0..7666eb2dacd3a22f2accf7252b1367376af09d1d 100644 (file)
--- a/t/v2mda.t
+++ b/t/v2mda.t
@@ -52,8 +52,8 @@ if ($V == 1) {
 }
 my $msgs = $ibx->search->query('');
 is(scalar(@$msgs), 1, 'only got one message');
-my $saved = $ibx->smsg_mime($msgs->[0]);
-is($saved->{mime}->as_string, $mime->as_string, 'injected message');
+my $eml = $ibx->smsg_eml($msgs->[0]);
+is($eml->as_string, $mime->as_string, 'injected message');
 
 {
        my @new = glob("$faildir/new/*");