about summary refs log tree commit homepage
path: root/t/lei_xsearch.t
diff options
context:
space:
mode:
Diffstat (limited to 't/lei_xsearch.t')
-rw-r--r--t/lei_xsearch.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lei_xsearch.t b/t/lei_xsearch.t
index c41213bd..178c3d37 100644
--- a/t/lei_xsearch.t
+++ b/t/lei_xsearch.t
@@ -49,7 +49,7 @@ $eidx->eidx_sync({fsync => 0});
 my $es = PublicInbox::ExtSearch->new("$home/eidx");
 my $lxs = PublicInbox::LeiXSearch->new;
 for my $ibxish (shuffle($es, @ibx)) {
-        $lxs->attach_extinbox($ibxish);
+        $lxs->attach_external($ibxish);
 }
 my $nr = $lxs->xdb->get_doccount;
 my $mset = $lxs->mset('d:19931002..19931003', { limit => $nr });