X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fv2reindex.t;h=a2fc20757d2f0a33e4d90918aa1e4fe5d977da36;hb=03c9119ec613fa43dcf0a50b5f35754f13228bc8;hp=ea2b24e59bf894335bf3e98cf7c1309e57c9d85c;hpb=b02c7a346bd36f1325518ca110a781c619082da1;p=public-inbox.git 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