about summary refs log tree commit homepage
path: root/t/v1reindex.t
diff options
context:
space:
mode:
Diffstat (limited to 't/v1reindex.t')
-rw-r--r--t/v1reindex.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/v1reindex.t b/t/v1reindex.t
index d70ed4b9..a5c85ffb 100644
--- a/t/v1reindex.t
+++ b/t/v1reindex.t
@@ -434,7 +434,7 @@ ok(!-d $xap, 'Xapian directories removed again');
         my $ibx = PublicInbox::Inbox->new({ %$ibx_config });
         my $f = $ibx->over->{dbh}->sqlite_db_filename;
         my $over = PublicInbox::OverIdx->new($f);
-        my $dbh = $over->connect;
+        my $dbh = $over->dbh;
         my $non_ghost_tids = sub {
                 $dbh->selectall_arrayref(<<'');
 SELECT tid FROM over WHERE num > 0 ORDER BY tid ASC