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:
parent
7148e222d5
commit
e02e1cba5f
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue