From 24485e7984001e8ff60dff0b2916787080205e0b Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 8 Aug 2022 19:27:37 +0000 Subject: [PATCH] Bug 28269: (QA follow-up) Fix typo in test description Signed-off-by: Katrin Fischer --- t/db_dependent/Acquisition.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Acquisition.t b/t/db_dependent/Acquisition.t index d824c4d78f..0f3839ec07 100755 --- a/t/db_dependent/Acquisition.t +++ b/t/db_dependent/Acquisition.t @@ -618,7 +618,7 @@ sub run_flavoured_tests { my ( $biblionumber6_issn, undef ) = AddBiblio( $marc_record_issn, '' ); my $orders_issn = GetHistory( issn => '2434561X' ); - is( scalar(@$orders_issn), 0, "Precheck that ISSN shouln't be in database" ); + is( scalar(@$orders_issn), 0, "Precheck that ISSN shouldn't be in database" ); # Create order my $ordernumber_issn = Koha::Acquisition::Order->new( { -- 2.30.2