From: Eric W. Biederman Date: Wed, 18 Jul 2018 00:31:58 +0000 (-0500) Subject: t/v2reindex.t: Ensure the numbers 1 to 10 are used X-Git-Tag: v1.2.0~488 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=a69561501220d81743a3de143f2294f6ff5ce252;p=public-inbox.git t/v2reindex.t: Ensure the numbers 1 to 10 are used Signed-off-by: "Eric W. Biederman" --- diff --git a/t/v2reindex.t b/t/v2reindex.t index 9bc271fc..f8e2b1b2 100644 --- a/t/v2reindex.t +++ b/t/v2reindex.t @@ -48,6 +48,7 @@ if ('test remove later') { $im->done; my $minmax = [ $ibx->mm->minmax ]; ok(defined $minmax->[0] && defined $minmax->[1], 'minmax defined'); +is_deeply($minmax, [ 1, 10 ], 'minmax as expected'); eval { $im->index_sync({reindex => 1}) }; is($@, '', 'no error from reindexing');