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

(-)a/xt/api.t (-1 / +1 lines)
Lines 204-209 subtest 'maxlength + enum' => sub { Link Here
204
        # api def => schema
204
        # api def => schema
205
        item    => 'Item',
205
        item    => 'Item',
206
        library => 'Branch',
206
        library => 'Branch',
207
        patron  => 'Borrower',
207
    };
208
    };
208
    plan tests => scalar keys %$def_map;
209
    plan tests => scalar keys %$def_map;
209
    my $schema = Koha::Database->new->schema;
210
    my $schema = Koha::Database->new->schema;
210
- 

Return to bug 40178