Bug 11801: In transit hold items incorrectly labels as "Waiting to be pulled" on...
[koha_fer] / t / Boolean.t
index af5c8b7..0f04913 100755 (executable)
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 12;
+use Test::More tests => 13;
 
 BEGIN { use_ok( 'C4::Boolean', qw( true_p ) ); }