about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric W. Biederman <ebiederm@xmission.com>2018-07-17 19:31:58 -0500
committerEric Wong <e@80x24.org>2018-07-18 10:23:04 +0000
commita69561501220d81743a3de143f2294f6ff5ce252 (patch)
tree560c97a56372190b41b16f2e5594d7830b8984b0 /t
parent6aa50771d12af52baad214923afd49417f6d8909 (diff)
downloadpublic-inbox-a69561501220d81743a3de143f2294f6ff5ce252.tar.gz
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Diffstat (limited to 't')
-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');