Browse Source

Bug 11425: (followup) fix number of tests

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
3.18.x
Tomás Cohen Arazi 10 years ago
parent
commit
612769c3e7
  1. 2
      t/db_dependent/SQLHelper.t

2
t/db_dependent/SQLHelper.t

@ -10,7 +10,7 @@ use YAML;
use C4::Debug;
use C4::SQLHelper qw(:all);
use Test::More tests => 21;
use Test::More tests => 20;
use_ok('C4::SQLHelper');

Loading…
Cancel
Save