From 3c4f1f8e833ed371eb874f62142646e3f1ca08dd Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 19 Jun 2025 11:16:13 +0200 Subject: [PATCH] Bug 40179: Adjust tests --- xt/api.t | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/xt/api.t b/xt/api.t index 7015362a557..2f55b0c027a 100755 --- a/xt/api.t +++ b/xt/api.t @@ -202,9 +202,10 @@ subtest 'maxlength + enum' => sub { my $def_map = { # api def => schema - item => 'Item', - library => 'Branch', - patron => 'Borrower', + item => 'Item', + library => 'Branch', + patron => 'Borrower', + patron_category => 'Category', }; plan tests => scalar keys %$def_map; my $schema = Koha::Database->new->schema; -- 2.34.1