]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/nntpd.t
msgmap: replace id_batch with ids_after
[public-inbox.git] / t / nntpd.t
index de781d74b3b85bc88ab193865200dc78ba3982a9..c6e34ed3967ae00f79058d9d714cf41741d2eac7 100644 (file)
--- a/t/nntpd.t
+++ b/t/nntpd.t
@@ -123,6 +123,7 @@ EOF
        my $list = $n->list;
        is_deeply($list, { $group => [ qw(1 1 n) ] }, 'LIST works');
        is_deeply([$n->group($group)], [ qw(0 1 1), $group ], 'GROUP works');
+       is_deeply($n->listgroup($group), [1], 'listgroup OK');
 
        %opts = (
                PeerAddr => $host_port,