From bf5697343d7d447fc623f413609112635c131ce8 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 Content-Type: text/plain; charset=utf-8 Signed-off-by: Marcel de Rooy --- 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 e3957a7a67..1c4311b109 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.30.2