X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=t%2Fover.t;h=41c13872c4e94095cede8b3eddd08e839a7085c7;hp=6c4c8ee6b0b356b39d7facdf64b03dc63f740f1f;hb=22e7956e56f3a63479b894af0ee4812ff7ae025a;hpb=1814b1a0b78770c8ba9e7a0adef56c4c324d4064 diff --git a/t/over.t b/t/over.t index 6c4c8ee6..41c13872 100644 --- a/t/over.t +++ b/t/over.t @@ -23,7 +23,7 @@ $y = $over->sid('hello-WORLD'); is($y, $x+1, 'sid increases'); is($over->sid('hello-world'), $x, 'idempotent'); ok(!$over->{dbh}->{ReadOnly}, 'OverIdx is not ReadOnly'); -$over->disconnect; +$over->dbh_close; $over = PublicInbox::Over->new("$tmpdir/over.sqlite3"); ok($over->dbh->{ReadOnly}, 'Over is ReadOnly');