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

(-)a/t/db_dependent/Koha/Item.t (-2 / +1 lines)
Lines 213-219 subtest 'bundle_host tests' => sub { Link Here
213
};
213
};
214
214
215
subtest 'add_to_bundle tests' => sub {
215
subtest 'add_to_bundle tests' => sub {
216
    plan tests => 7;
216
    plan tests => 10;
217
217
218
    $schema->storage->txn_begin;
218
    $schema->storage->txn_begin;
219
219
220
- 

Return to bug 32121