Bug 14836: (QA followup) Fix number of unit tests
authorKyle M Hall <kyle@bywatersolutions.com>
Fri, 30 Oct 2015 18:42:55 +0000 (14:42 -0400)
committerTomas Cohen Arazi <tomascohen@theke.io>
Thu, 5 Nov 2015 14:00:02 +0000 (11:00 -0300)
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
t/db_dependent/Koha/Patron/Categories.t

index 9a7e63f..d468175 100644 (file)
@@ -18,7 +18,7 @@
 # along with Koha; if not, see <http://www.gnu.org/licenses>.
 
 use Modern::Perl;
-use Test::More tests => 4;
+use Test::More tests => 5;
 use Koha::Patron::Category;
 use Koha::Patron::Categories;
 use t::lib::TestBuilder;