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