about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--t/v2reindex.t1
1 files changed, 1 insertions, 0 deletions
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');