Bug 18925: (QA follow-up) Remove weird 'Null' values for integer column
[koha.git] / t / Boolean.t
index 7ca05f1..2c5434b 100755 (executable)
@@ -37,4 +37,3 @@ warning_like { $result = true_p([]) }
              'Invalid boolean (reference) raises warning';
 is( $result, undef, 'recognizes a reference as not a boolean' );
 
-1;