From 0191500149433313aa73a6c43255a19d659acad0 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 Signed-off-by: Katrin Fischer --- 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 c2cdd30e7a..28cdb78c10 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.5