Bug 18292: Remove return 1 statements in tests
[koha_ffzg] / t / db_dependent / Koha / Items.t
index fd445b5..0864825 100644 (file)
@@ -123,4 +123,3 @@ is( Koha::Items->search->count, $nb_of_items + 1, 'Delete should have deleted th
 
 $schema->storage->txn_rollback;
 
-1;