]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/miscsearch.t
lei add-external: completion for existing URL basenames
[public-inbox.git] / t / miscsearch.t
index 0ba7919411e6140dd87faba40e96066015ceed5b..413579fbc422b3ab5271bd67c14526159bf21d22 100644 (file)
@@ -1,5 +1,5 @@
 #!perl -w
-# Copyright (C) 2020 all contributors <meta@public-inbox.org>
+# Copyright (C) 2020-2021 all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 use strict;
 use Test::More;
@@ -27,7 +27,6 @@ my $eidx = { xpfx => "$tmp/eidx", -no_fsync => 1 }; # mock ExtSearchIdx
        });
        $v1->init_inbox;
        my $mi = PublicInbox::MiscIdx->new($eidx);
-       $mi->begin_txn;
        $mi->index_ibx($v1);
        $mi->commit_txn;
 }