From 8e08a9ab966eb9c3281c861d0669a2db04442561 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 27 May 2019 18:45:43 +0000 Subject: t/v1reindex.t: fix typo in setting `indexlevel' It did not cause a test failure because the default fallback is `indexlevel=full' --- t/v1reindex.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/v1reindex.t b/t/v1reindex.t index 402ecd78..35275fb4 100644 --- a/t/v1reindex.t +++ b/t/v1reindex.t @@ -223,7 +223,7 @@ ok(!-d $xap, 'Xapian directories removed again'); my @warn; local $SIG{__WARN__} = sub { push @warn, @_ }; my %config = %$ibx_config; - $config{indexleve} = 'medium'; + $config{indexlevel} = 'medium'; my $ibx = PublicInbox::Inbox->new(\%config); my $rw = PublicInbox::SearchIdx->new($ibx, 1); eval { $rw->index_sync }; -- cgit v1.2.3-24-ge0c7