Bug 33447: (QA follow-up) Add comment for flushing cache

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 1518569eaa)
Signed-off-by: Jacob O'Mara <jacobomara901@gmail.com>
This commit is contained in:
Marcel de Rooy 2023-04-18 11:28:45 +00:00 committed by Jacob O'Mara
parent 03e4ab0cd3
commit 311a0d80cb

View file

@ -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);