about summary refs log tree commit homepage
path: root/xt/solver.t
diff options
context:
space:
mode:
Diffstat (limited to 'xt/solver.t')
-rw-r--r--xt/solver.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/xt/solver.t b/xt/solver.t
index 1f004bf5..06f5a493 100644
--- a/xt/solver.t
+++ b/xt/solver.t
@@ -5,7 +5,7 @@ use v5.12;
 use PublicInbox::TestCommon;
 use PublicInbox::Config; # this relies on PI_CONFIG // ~/.public-inbox/config
 my @psgi = qw(HTTP::Request::Common Plack::Test URI::Escape Plack::Builder);
-require_mods(qw(DBD::SQLite Search::Xapian), @psgi);
+require_mods(qw(DBD::SQLite Xapian), @psgi);
 use_ok($_) for @psgi;
 use_ok 'PublicInbox::WWW';
 my $cfg = PublicInbox::Config->new;