From d3d28d710299126e3bd6ecb99ced556e19135e27 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Thu, 4 Feb 2021 10:56:15 -0300 Subject: [PATCH] Bug 26274: (QA follow-up) Minor fixes Signed-off-by: Tomas Cohen Arazi --- t/db_dependent/Koha/Cash/Register/Cashup.t | 2 +- t/db_dependent/Koha/Cash/Register/Cashups.t | 0 t/db_dependent/api/v1/cashups.t | 0 3 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 t/db_dependent/Koha/Cash/Register/Cashup.t mode change 100644 => 100755 t/db_dependent/Koha/Cash/Register/Cashups.t mode change 100644 => 100755 t/db_dependent/api/v1/cashups.t diff --git a/t/db_dependent/Koha/Cash/Register/Cashup.t b/t/db_dependent/Koha/Cash/Register/Cashup.t old mode 100644 new mode 100755 index cc21a9ce05a..47709c10cea --- a/t/db_dependent/Koha/Cash/Register/Cashup.t +++ b/t/db_dependent/Koha/Cash/Register/Cashup.t @@ -317,7 +317,7 @@ subtest 'summary' => sub { $payout2->date( \'NOW() - INTERVAL 3 MINUTE' )->store; $expected_payout_total += '1.00'; - # Account fee of 1.00 fully refunded (Accross cashup boundary) + # Account fee of 1.00 fully refunded (Across cashup boundary) unshift @{$expected_payout_grouped}, { 'total' => '1', diff --git a/t/db_dependent/Koha/Cash/Register/Cashups.t b/t/db_dependent/Koha/Cash/Register/Cashups.t old mode 100644 new mode 100755 diff --git a/t/db_dependent/api/v1/cashups.t b/t/db_dependent/api/v1/cashups.t old mode 100644 new mode 100755 -- 2.30.0