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

(-)a/t/db_dependent/Auth.t (-2 / +1 lines)
Lines 41-47 $schema->storage->txn_begin; Link Here
41
41
42
subtest 'checkauth() tests' => sub {
42
subtest 'checkauth() tests' => sub {
43
43
44
    plan tests => 7;
44
    plan tests => 8;
45
45
46
    my $patron = $builder->build_object({ class => 'Koha::Patrons', value => { flags => undef } });
46
    my $patron = $builder->build_object({ class => 'Koha::Patrons', value => { flags => undef } });
47
47
48
- 

Return to bug 30624