]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/altid.t
TODO: DHT (distributed hash table) for Message-IDs
[public-inbox.git] / t / altid.t
index 10bf8c659b25d1a85a6acc3f8f5664feb4b357c3..4ab004c4d8e8fc2ec8e30b49c50a8cf77619e8d3 100644 (file)
--- a/t/altid.t
+++ b/t/altid.t
@@ -1,4 +1,4 @@
-# Copyright (C) 2016-2018 all contributors <meta@public-inbox.org>
+# Copyright (C) 2016-2019 all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 use strict;
 use warnings;
@@ -43,7 +43,7 @@ my $ibx;
        $im->done;
 }
 {
-       $ibx = PublicInbox::Inbox->new({mainrepo => $git_dir});
+       $ibx = PublicInbox::Inbox->new({inboxdir => $git_dir});
        $ibx->{altid} = $altid;
        my $rw = PublicInbox::SearchIdx->new($ibx, 1);
        $rw->index_sync;