Bug 21478: (RMaint follow-up) fixed test count
authorLucas Gass <lucas@bywatersolutions.com>
Wed, 6 Feb 2019 16:17:43 +0000 (16:17 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Wed, 6 Feb 2019 16:27:35 +0000 (16:27 +0000)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>

t/Koha/Exceptions.t

index efad47f..50b7d8a 100644 (file)
@@ -17,7 +17,7 @@
 
 use Modern::Perl;
 
-use Test::More tests => 3;
+use Test::More tests => 2;
 use Test::Exception;
 
 subtest 'Koha::Exceptions::Hold tests' => sub {