From 7c25b08e90f67c4ec51df691344954de11911966 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Thu, 6 Feb 2020 22:08:55 +0000 Subject: [PATCH] Bug 23443: (follow-up) Fix bad test Signed-off-by: Lucas Gass --- t/db_dependent/Koha/Account.t | 1 - 1 file changed, 1 deletion(-) diff --git a/t/db_dependent/Koha/Account.t b/t/db_dependent/Koha/Account.t index b385bc3da0..80795b5270 100755 --- a/t/db_dependent/Koha/Account.t +++ b/t/db_dependent/Koha/Account.t @@ -672,7 +672,6 @@ subtest 'pay() handles lost items when paying a specific lost fee' => sub { { borrowernumber => $patron->borrowernumber, itemnumber => $item->itemnumber, - debit_type_code => 'LOST' } )->next; my $checkout = Koha::Checkout->new( -- 2.20.1