about summary refs log tree commit homepage
path: root/t/v2reindex.t
diff options
context:
space:
mode:
Diffstat (limited to 't/v2reindex.t')
-rw-r--r--t/v2reindex.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/v2reindex.t b/t/v2reindex.t
index ea2b24e5..a2fc2075 100644
--- a/t/v2reindex.t
+++ b/t/v2reindex.t
@@ -432,7 +432,7 @@ my $check_rethread = sub {
         my $ibx = PublicInbox::Inbox->new(\%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