about summary refs log tree commit homepage
path: root/t/admin.t
diff options
context:
space:
mode:
Diffstat (limited to 't/admin.t')
-rw-r--r--t/admin.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/admin.t b/t/admin.t
index 3790c9e2..0024df15 100644
--- a/t/admin.t
+++ b/t/admin.t
@@ -56,7 +56,7 @@ SKIP: {
         use_ok 'PublicInbox::V2Writable';
         use_ok 'PublicInbox::Inbox';
         my $ibx = PublicInbox::Inbox->new({
-                        mainrepo => $v2_dir,
+                        inboxdir => $v2_dir,
                         name => 'test-v2writable',
                         version => 2,
                         -primary_address => 'test@example.com',