From 7cefcc109f6939da7e14e4f5e53ab3cfa085c4c5 Mon Sep 17 00:00:00 2001 From: Matt Blenkinsop Date: Fri, 25 Jul 2025 09:34:40 +0100 Subject: [PATCH] Bug 40512: Add unit test --- xt/api.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xt/api.t b/xt/api.t index 5d2bdd3203b..1c07fd93648 100755 --- a/xt/api.t +++ b/xt/api.t @@ -208,7 +208,8 @@ subtest 'maxlength + enum' => sub { patron => 'Borrower', patron_category => 'Category', vendor => 'Aqbookseller', - erm_eholdings_title => 'ErmEholdingsTitle' + erm_eholdings_title => 'ErmEholdingsTitle', + erm_agreement => 'ErmAgreement' }; plan tests => scalar keys %$def_map; my $schema = Koha::Database->new->schema; -- 2.48.1