X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fconvert-compact.t;h=def09567fefdcdabf8d48100dd5ef1841d2700dd;hb=cf4cbaac260b5c24ed7173c39e0e18c0f0deb89f;hp=7270cab082838539e81cf2d6294abd85a3a29309;hpb=a82c3ceb838e8bb478440263790c28ebae6ec9cd;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');