Bug 30626: (QA follow-up) Fix test plan

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
This commit is contained in:
Martin Renvoize 2022-04-27 11:52:21 +01:00 committed by Fridolin Somers
parent 7148e222d5
commit e02e1cba5f

View file

@ -51,7 +51,7 @@ my $base_url = $s->base_url;
my $builder = t::lib::TestBuilder->new;
subtest 'Search patrons' => sub {
plan tests => 17;
plan tests => 19;
if ( Koha::Patrons->search({surname => {-like => "test_patron_%"}})->count ) {
BAIL_OUT("Cannot run this test, data we need to create already exist in the DB");