@@ -, +, @@ --- t/db_dependent/Circulation/CalcFine.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/t/db_dependent/Circulation/CalcFine.t +++ a/t/db_dependent/Circulation/CalcFine.t @@ -102,7 +102,7 @@ subtest 'Test basic functionality' => sub { }; subtest 'Test with fine amount empty' => sub { - plan tests => 2; + plan tests => 1; Koha::CirculationRules->set_rules( { --