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

(-)a/t/db_dependent/Koha/Auth/Identity/Provider.t (-2 / +1 lines)
Lines 188-194 subtest 'set_mapping() tests' => sub { Link Here
188
188
189
subtest 'upgrade_class() tests' => sub {
189
subtest 'upgrade_class() tests' => sub {
190
190
191
    plan tests => 5;
191
    plan tests => 9;    # 4 protocols × 2 tests + 1 invalid protocol test
192
192
193
    $schema->storage->txn_begin;
193
    $schema->storage->txn_begin;
194
194
195
- 

Return to bug 40596