@@ -, +, @@ # Failed test 'Plugin enabled, route defined' # at t/db_dependent/Koha/REST/Plugin/PluginRoutes.t line 125. # Looks like you failed 1 test of 2. --- t/lib/Koha/Plugin/TestItemBarcodeTransform.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/t/lib/Koha/Plugin/TestItemBarcodeTransform.pm +++ a/t/lib/Koha/Plugin/TestItemBarcodeTransform.pm @@ -15,7 +15,7 @@ our $VERSION = 1.01; our $metadata = { name => 'Test Plugin for item_barcode_transform', author => 'Kyle M Hall', - description => 'Test plugin', + description => 'Test plugin for item_barcode_transform', date_authored => '2021-10-14', date_updated => '2021-10-14', minimum_version => '21.11', --