From 766948c9eecf1aa4e015f8c8f727c1a4a545b7eb Mon Sep 17 00:00:00 2001 From: Josef Moravec Date: Mon, 11 Mar 2019 08:46:01 +0000 Subject: [PATCH] Bug 20563: (QA follow-up) Fix number of tests in api/v1/illrequests.t Signed-off-by: Josef Moravec --- t/db_dependent/api/v1/illrequests.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/api/v1/illrequests.t b/t/db_dependent/api/v1/illrequests.t index bc990eecf4..a0028810e6 100644 --- a/t/db_dependent/api/v1/illrequests.t +++ b/t/db_dependent/api/v1/illrequests.t @@ -40,7 +40,7 @@ my $t = Test::Mojo->new('Koha::REST::V1'); subtest 'list() tests' => sub { - plan tests => 20; + plan tests => 21; # Mock ILLBackend (as object) my $backend = Test::MockObject->new; -- 2.11.0