about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/lei_store.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/lei_store.t b/t/lei_store.t
index 024ff527..db94f6da 100644
--- a/t/lei_store.t
+++ b/t/lei_store.t
@@ -23,6 +23,7 @@ is($sto->add_eml($eml), undef, 'idempotent');
 $sto->done;
 {
         my $es = $sto->search;
+        ok($es->can('isrch'), ref($es). ' can ->isrch (for SolverGit)');
         my $msgs = $es->over->query_xover(0, 1000);
         is(scalar(@$msgs), 1, 'one message');
         is($msgs->[0]->{blob}, $smsg->{blob}, 'blob matches');