From 030442144b7b941db60fe68d87417e6375f90aa5 Mon Sep 17 00:00:00 2001 From: Arthur Suzuki Date: Tue, 29 Mar 2022 17:07:12 +0200 Subject: [PATCH] Bug 17656: (follow-up) Fix typo for QA --- t/db_dependent/Koha/Subscription/GuessEnddate.t | 2 +- t/db_dependent/Koha/Subscription/Irregularities.t | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/t/db_dependent/Koha/Subscription/GuessEnddate.t b/t/db_dependent/Koha/Subscription/GuessEnddate.t index c16fb322ee..090817bd30 100755 --- a/t/db_dependent/Koha/Subscription/GuessEnddate.t +++ b/t/db_dependent/Koha/Subscription/GuessEnddate.t @@ -8,7 +8,7 @@ # (at your option) any later version. # # Koha is distributed in the hope that it will be useful, but -# WIT HOUT ANY WARRANTY; without even the implied warranty of +# WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # diff --git a/t/db_dependent/Koha/Subscription/Irregularities.t b/t/db_dependent/Koha/Subscription/Irregularities.t index a5b34c377b..489e6d3ffc 100755 --- a/t/db_dependent/Koha/Subscription/Irregularities.t +++ b/t/db_dependent/Koha/Subscription/Irregularities.t @@ -8,7 +8,7 @@ # (at your option) any later version. # # Koha is distributed in the hope that it will be useful, but -# WIT HOUT ANY WARRANTY; without even the implied warranty of +# WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # @@ -172,4 +172,4 @@ my $s = Koha::Subscriptions->find($subscription->{subscriptionid}); my $irregularities = join(';', $s->guess_irregularities); is($irregularities, '10;11', 'Irregularities have been updated'); -$schema->storage->txn_rollback; \ No newline at end of file +$schema->storage->txn_rollback; -- 2.30.2