From 311a0d80cb8b5368b5be51ac1b9bf8b4afaa14c1 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Tue, 18 Apr 2023 11:28:45 +0000 Subject: [PATCH] Bug 33447: (QA follow-up) Add comment for flushing cache Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 1518569eaa0de0eaaf5e92d74dbd3acddc841cfc) Signed-off-by: Jacob O'Mara --- t/db_dependent/Koha/Biblio.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Koha/Biblio.t b/t/db_dependent/Koha/Biblio.t index 69464c2661..085384e78f 100755 --- a/t/db_dependent/Koha/Biblio.t +++ b/t/db_dependent/Koha/Biblio.t @@ -437,7 +437,7 @@ subtest 'pickup_locations' => sub { foreach my $cbranch ('ItemHomeLibrary','PatronLibrary') { my $cache = Koha::Cache::Memory::Lite->get_instance(); - $cache->flush(); + $cache->flush(); # needed since we change ReservesControlBranch foreach my $biblio ($biblio1, $biblio2) { foreach my $patron ($patron1, $patron8) { _doTest($cbranch, $biblio, $patron, $results); -- 2.39.2