From c26ab35be632e7130a13e94e5767d182a42a2595 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Sun, 8 Sep 2013 20:37:19 +0000 Subject: [PATCH] Bug 10640: (follow-up) bump up the number of expected tests in Bookseller.t Signed-off-by: Galen Charlton --- t/db_dependent/Bookseller.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Bookseller.t b/t/db_dependent/Bookseller.t index 73e0588059..fca6913fe3 100644 --- a/t/db_dependent/Bookseller.t +++ b/t/db_dependent/Bookseller.t @@ -2,7 +2,7 @@ use Modern::Perl; -use Test::More tests => 54; +use Test::More tests => 55; use C4::Context; use Koha::DateUtils; use DateTime::Duration; -- 2.39.2