From 2f0458aea3dbdf434e1da146b92a83045f2f1322 Mon Sep 17 00:00:00 2001 From: Matt Blenkinsop Date: Tue, 30 Sep 2025 14:39:50 +0100 Subject: [PATCH] Bug 40512: (follow-up) Fix api.t --- xt/api.t | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/xt/api.t b/xt/api.t index 68483127583..e466d9820d3 100755 --- a/xt/api.t +++ b/xt/api.t @@ -220,12 +220,13 @@ subtest 'maxlength + enum' => sub { my $def_map = { # api def => schema - erm_agreement => 'ErmAgreement' erm_eholdings_title => 'ErmEholdingsTitle', - item => 'Item', - library => 'Branch', - patron => 'Borrower', - patron_category => 'Category', - vendor => 'Aqbookseller', + erm_agreement => 'ErmAgreement', + erm_eholdings_title => 'ErmEholdingsTitle', + item => 'Item', + library => 'Branch', + patron => 'Borrower', + patron_category => 'Category', + vendor => 'Aqbookseller', }; plan tests => scalar keys %$def_map; my $schema = Koha::Database->new->schema; -- 2.50.1