]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/v2reindex.t
over: rename ->connect method to ->dbh
[public-inbox.git] / t / v2reindex.t
index ea2b24e59bf894335bf3e98cf7c1309e57c9d85c..a2fc20757d2f0a33e4d90918aa1e4fe5d977da36 100644 (file)
@@ -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