From fdda10b0477c87e16ff84ea5dd6a01d126d4e8dc Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Mon, 26 May 2025 10:13:55 -0300 Subject: [PATCH] Bug 36625: (follow-up) Restore subtest titles Due to a bad rebase we ended up changing subtest names in commit 1b4bb5709299264e33b2fec7df174742c31f7ea7 This patch restores them and has no effect on the tests themselves. Signed-off-by: Tomas Cohen Arazi --- t/db_dependent/Koha/Biblio.t | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/t/db_dependent/Koha/Biblio.t b/t/db_dependent/Koha/Biblio.t index 59c6a5f6f08..750ff511c5a 100755 --- a/t/db_dependent/Koha/Biblio.t +++ b/t/db_dependent/Koha/Biblio.t @@ -1818,7 +1818,7 @@ subtest 'item_groups() tests' => sub { $schema->storage->txn_rollback; }; -subtest 'normalized_isbn' => sub { +subtest 'normalized_isbn() tests' => sub { plan tests => 1; $schema->storage->txn_begin; @@ -1835,7 +1835,7 @@ subtest 'normalized_isbn' => sub { }; -subtest 'normalized_upc' => sub { +subtest 'normalized_upc() tests' => sub { plan tests => 1; $schema->storage->txn_begin; @@ -1852,7 +1852,7 @@ subtest 'normalized_upc' => sub { }; -subtest 'normalized_oclc' => sub { +subtest 'normalized_oclc() tests' => sub { plan tests => 1; $schema->storage->txn_begin; -- 2.49.0