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

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

Return to bug 40179