From a0be432f9f87ac9cc55192ad7eae927af3ef8ba6 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 27 Apr 2020 14:04:35 +0100 Subject: [PATCH] Bug 24815: (follow-up) Rebase correction --- t/db_dependent/Koha/Cash/Register.t | 5 ----- 1 file changed, 5 deletions(-) diff --git a/t/db_dependent/Koha/Cash/Register.t b/t/db_dependent/Koha/Cash/Register.t index 6d5c1f24a0..93fe363f3c 100644 --- a/t/db_dependent/Koha/Cash/Register.t +++ b/t/db_dependent/Koha/Cash/Register.t @@ -245,11 +245,6 @@ subtest 'cashup' => sub { 'Koha::Cash::Register->outstanding_accountlines should always return the correct number of accountlines' ); - # add_cashup should not happen simultaneously with any other action - # that results in an accountline attached to the same cash register. - # In testing, we need to sleep for a second after each action that - # adds to the database. (We cannot use Time::Fake as timestamps are - # being added at the DB level, not in perl. my $accountline1 = $builder->build_object( { class => 'Koha::Account::Lines', -- 2.20.1