From c04279e8781c3e5836caf433d14eee00c03dc202 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Mon, 15 Dec 2025 15:51:14 +0000 Subject: [PATCH] Bug 28530: Fix tests Signed-off-by: Kris Becker --- t/db_dependent/Circulation/Returns.t | 1 + t/db_dependent/Koha/Library/FloatLimits.t | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/t/db_dependent/Circulation/Returns.t b/t/db_dependent/Circulation/Returns.t index b9aaf06a8ba..01f326ed91d 100755 --- a/t/db_dependent/Circulation/Returns.t +++ b/t/db_dependent/Circulation/Returns.t @@ -34,6 +34,7 @@ use Koha::Account::Lines; use Koha::DateUtils qw( dt_from_string ); use Koha::Items; use Koha::Patrons; +use Koha::Library::FloatLimits; use MARC::Record; use MARC::Field; diff --git a/t/db_dependent/Koha/Library/FloatLimits.t b/t/db_dependent/Koha/Library/FloatLimits.t index b0d3c4da093..6dc0d768452 100755 --- a/t/db_dependent/Koha/Library/FloatLimits.t +++ b/t/db_dependent/Koha/Library/FloatLimits.t @@ -19,7 +19,8 @@ use Modern::Perl; -use Test::More tests => 6; +use Test::More tests => 7; +use Test::NoWarnings; use Koha::Database; use C4::Circulation qw(CreateBranchTransferLimit); -- 2.39.5