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

(-)a/t/db_dependent/Koha/Plugins/Recall_hooks.t (-2 / +1 lines)
Lines 95-100 subtest 'after_recall_action hook' => sub { Link Here
95
    qr/after_recall_action called with action: add, ref: Koha::Recall/,
95
    qr/after_recall_action called with action: add, ref: Koha::Recall/,
96
      '->add_recall calls the after_recall_action hook with action add';
96
      '->add_recall calls the after_recall_action hook with action add';
97
97
98
    $schema->storage->txn_rollback;
99
    Koha::Plugins::Methods->delete;
98
    Koha::Plugins::Methods->delete;
99
    $schema->storage->txn_rollback;
100
};
100
};
101
- 

Return to bug 31896