From e439976a37e6986ef5c0c34ca2aefda2017271e9 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 4 Aug 2017 09:03:43 +0200 Subject: [PATCH] Bug 6758: [QA Follow-up] Typo popular vs populate Typo popular resolved. Signed-off-by: Marcel de Rooy --- t/db_dependent/Koha/Patrons.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Koha/Patrons.t b/t/db_dependent/Koha/Patrons.t index 7a9b9a52ab..d1c81fcc35 100644 --- a/t/db_dependent/Koha/Patrons.t +++ b/t/db_dependent/Koha/Patrons.t @@ -267,7 +267,7 @@ subtest 'renew_account' => sub { value => { dateexpiry => $a_month_ago, categorycode => $patron_category->{categorycode}, - date_renewed => undef, # Force builder to not popular the column for new patron + date_renewed => undef, # Force builder to not populate the column for new patron } } ); -- 2.11.0