From 0095b7ed3a70990e5b3904bcf19ff91e82bc381e Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Thu, 18 Apr 2024 10:33:40 +0000 Subject: [PATCH] Bug 36473: (follow-up) Correct biblio to bibliographic --- t/db_dependent/Biblio.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Biblio.t b/t/db_dependent/Biblio.t index c2cdd30e7af..28cdb78c10a 100755 --- a/t/db_dependent/Biblio.t +++ b/t/db_dependent/Biblio.t @@ -1036,7 +1036,7 @@ subtest 'UpdateTotalIssues on Invalid record' => sub { warning_is { $success = C4::Biblio::UpdateTotalIssues( $biblio->biblionumber, $increase, '' ); } - "UpdateTotalIssues could not get biblio record", "Expected warning found"; + "UpdateTotalIssues could not get bibliographic record", "Expected warning found"; ok( !$success, 'UpdateTotalIssues fails gracefully for invalid record' ); -- 2.39.2