View | Details | Raw Unified | Return to bug 16911
Collapse All | Expand All

(-)a/t/db_dependent/Koha/Patron/Categories.t (-2 / +1 lines)
Lines 84-90 subtest 'get_expiry_date' => sub { Link Here
84
};
84
};
85
85
86
$retrieved_category_1->delete;
86
$retrieved_category_1->delete;
87
is( Koha::Patron::Categories->search->count, $nb_of_categories + 2, 'Delete should have deleted the patron category' );
87
is( Koha::Patron::Categories->search->count, $nb_of_categories + 1, 'Delete should have deleted the patron category' );
88
88
89
$schema->storage->txn_rollback;
89
$schema->storage->txn_rollback;
90
90
91
- 

Return to bug 16911