From 6af4559e51a845a150a3f909083802fd40f7636f Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Fri, 2 May 2025 17:44:00 +0000 Subject: [PATCH] Bug 38356: (QA follow-up) Fix spelling mistake Signed-off-by: Lucas Gass --- t/db_dependent/Patron/Borrower_PrevCheckout.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Patron/Borrower_PrevCheckout.t b/t/db_dependent/Patron/Borrower_PrevCheckout.t index 7d643d5a089..9f1cdeaa38e 100755 --- a/t/db_dependent/Patron/Borrower_PrevCheckout.t +++ b/t/db_dependent/Patron/Borrower_PrevCheckout.t @@ -355,7 +355,7 @@ test_it( $cpvPmappings, "PostIssue" ); BAIL_OUT("Return Failed") unless AddReturn( $item_1->{barcode}, $patron->{branchcode} ); #Since currently checked in item now return status "currentlycheckedout" we need use -#same test scenarions for returned item as above but without "currentlycheckedout" +#same test scenarios for returned item as above but without "currentlycheckedout" $cpvPmappings = [ { msg => "Same item, same patron [1]", -- 2.39.5