Bug 36473: (follow-up) Correct biblio to bibliographic

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
Nick Clemens 2024-04-18 10:33:40 +00:00 committed by Katrin Fischer
parent 2973a4e81a
commit 0191500149
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

@ -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' );