Bug 22321: (follow-up) Fix number of planned tests in Illrequests.t
authorKatrin Fischer <katrin.fischer.83@web.de>
Mon, 8 Aug 2022 22:09:34 +0000 (22:09 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 24 Oct 2022 20:33:18 +0000 (17:33 -0300)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
t/db_dependent/Illrequests.t

index 1fc79d4..7dd4f76 100755 (executable)
@@ -41,7 +41,7 @@ use Test::Exception;
 use Test::Deep qw/ cmp_deeply ignore /;
 use Test::Warn;
 
-use Test::More tests => 14;
+use Test::More tests => 15;
 
 my $schema = Koha::Database->new->schema;
 my $builder = t::lib::TestBuilder->new;