Bug 17699: Reset time simulation

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Jonathan Druart 2017-08-01 11:44:29 -03:00
parent ec9b691de9
commit 0853c4e2b4

View file

@ -322,6 +322,7 @@ subtest 'renew_account' => sub {
$retrieved_patron_2->delete;
$retrieved_patron_3->delete;
}
Time::Fake->reset;
};
subtest "move_to_deleted" => sub {