@@ -, +, @@ --> Test message of first test of subtest outtanding_credits correctly says --- t/db_dependent/Koha/Account.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/t/db_dependent/Koha/Account.t +++ a/t/db_dependent/Koha/Account.t @@ -82,7 +82,7 @@ subtest 'outstanding_credits() tests' => sub { my ( $total, $lines ) = $account->outstanding_credits(); - is( $total, -10, 'Outstandig debits total is correctly calculated' ); + is( $total, -10, 'Outstandig credits total is correctly calculated' ); my $i = 0; foreach my $line ( @{ $lines->as_list } ) { --