| 78 |     my ( $total, $lines ) = $account->outstanding_credits(); | 78 |     my ( $total, $lines ) = $account->outstanding_credits(); | 
        
              | 80 |     is( $total, -10, 'Outstandig debits total is correctly calculated' ); | 80 |     is( $total, -10, 'Outstandig credits total is correctly calculated' ); |