Bug 8798: DBIx::Class base classes for all Koha tables
[koha.git] / 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 ) ); }