X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fconvert-compact.t;h=def09567fefdcdabf8d48100dd5ef1841d2700dd;hb=be55542acc90572da54d828313c2416ae1c902b1;hp=7270cab082838539e81cf2d6294abd85a3a29309;hpb=a66a2eddda8ffbb7679f4ef80dba7c7d377cda84;p=public-inbox.git diff --git a/t/convert-compact.t b/t/convert-compact.t index 7270cab0..def09567 100644 --- a/t/convert-compact.t +++ b/t/convert-compact.t @@ -101,7 +101,7 @@ foreach (@xdir) { is($st[2] & 07777, -f _ ? 0444 : 0755, 'sharedRepository respected after v2 compact'); } -my $msgs = $ibx->recent({limit => 1000}); +my $msgs = $ibx->over->recent({limit => 1000}); is($msgs->[0]->{mid}, 'a-mid@b', 'message exists in history'); is(scalar @$msgs, 1, 'only one message in history');