From 974c4d04199d8ee68544ed5942ccf7d4e2526ad0 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Fri, 22 Jan 2021 13:00:59 +0000 Subject: [PATCH] Bug 25552: (QA follow-up) Fix spelling mistake Signed-off-by: Martin Renvoize --- t/db_dependent/Circulation/ReturnClaims.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Circulation/ReturnClaims.t b/t/db_dependent/Circulation/ReturnClaims.t index 0e1a1beb9c..7d73b170ce 100755 --- a/t/db_dependent/Circulation/ReturnClaims.t +++ b/t/db_dependent/Circulation/ReturnClaims.t @@ -151,7 +151,7 @@ subtest 'Test Koha::Checkout::claim_returned, mark as returned' => sub { my $checkout2 = Koha::Checkouts->find( $checkout->id ); is( $checkout2, undef, "Checkout is not longer in the issues table"); $checkout2 = Koha::Old::Checkouts->find( $checkout->id ); - is( $checkout2->id, $checkout->id, "Checkout was foudn in the old_issues table"); + is( $checkout2->id, $checkout->id, "Checkout was found in the old_issues table"); }; $schema->storage->txn_rollback; -- 2.20.1