From 85ee799e46dfbbd376ab6d5cb56e8dd67914294e Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Tue, 2 Jan 2024 11:15:39 +0000 Subject: [PATCH] Bug 35587: (QA follow-up): QA script tidy Signed-off-by: Pedro Amorim --- t/db_dependent/Circulation/Returns.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Circulation/Returns.t b/t/db_dependent/Circulation/Returns.t index 6d3069df45..e11fe4d001 100755 --- a/t/db_dependent/Circulation/Returns.t +++ b/t/db_dependent/Circulation/Returns.t @@ -298,7 +298,7 @@ subtest 'BlockReturnOfLostItems' => sub { my ( $doreturn, $messages, $issue ) = AddReturn($item->barcode); is( $doreturn, 0, "With BlockReturnOfLostItems, a checkin of a lost item should be blocked"); is( $messages->{WasLost}, 1, "... and the WasLost flag should be set"); - is( $messages->{NeedsTransfer}, undef, "... and no transfer should be triggered"); + is( $messages->{NeedsTransfer}, undef, "... and no transfer should be triggered" ); $item->discard_changes; is( $item->itemlost, 1, "Item remains lost" ); -- 2.30.2