From b671510474fc00e82d5dbec0ff59c92bea7bcb31 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 19 Feb 2018 17:40:06 -0300 Subject: [PATCH] Bug 20250: (bug 19529 follow-up) Prevent NoIssuesChargeGuarantees.t to fail randomly Signed-off-by: Jonathan Druart Conflicts: t/db_dependent/Circulation/NoIssuesChargeGuarantees.t Signed-off-by: Nick Clemens --- t/db_dependent/Circulation/NoIssuesChargeGuarantees.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/db_dependent/Circulation/NoIssuesChargeGuarantees.t b/t/db_dependent/Circulation/NoIssuesChargeGuarantees.t index 201a7650fb..dd45037aa2 100644 --- a/t/db_dependent/Circulation/NoIssuesChargeGuarantees.t +++ b/t/db_dependent/Circulation/NoIssuesChargeGuarantees.t @@ -47,7 +47,7 @@ my $patron = $builder->build( { source => 'Borrower', value => { - patron_category => $patron_category->{categorycode}, + categorycode => $patron_category->{categorycode}, } } ); @@ -56,7 +56,7 @@ my $guarantee = $builder->build( source => 'Borrower', value => { guarantorid => $patron->{borrowernumber}, - patron_category => $patron_category->{categorycode}, + categorycode => $patron_category->{categorycode}, } } ); -- 2.39.5