From 0f273a1a3c58604c1a260ee6d9bc71f25270c677 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 19 Jun 2025 11:09:56 +0200 Subject: [PATCH] Bug 40178: Adjust tests --- xt/api.t | 1 + 1 file changed, 1 insertion(+) diff --git a/xt/api.t b/xt/api.t index 118642e8dbe..7015362a557 100755 --- a/xt/api.t +++ b/xt/api.t @@ -204,6 +204,7 @@ subtest 'maxlength + enum' => sub { # api def => schema item => 'Item', library => 'Branch', + patron => 'Borrower', }; plan tests => scalar keys %$def_map; my $schema = Koha::Database->new->schema; -- 2.34.1