fix failing test
This commit is contained in:
parent
5ef0018001
commit
2ce3124738
@ -100,7 +100,7 @@ filterLedgerTransactions (acctpat,descpat) (RawLedger ms ps es f) =
|
||||
|
||||
-- | List a 'Ledger' 's account names.
|
||||
accountnames :: Ledger -> [AccountName]
|
||||
accountnames l = flatten $ accountnametree l
|
||||
accountnames l = drop 1 $ flatten $ accountnametree l
|
||||
|
||||
-- | Get the named account from a ledger.
|
||||
ledgerAccount :: Ledger -> AccountName -> Account
|
||||
|
||||
Loading…
Reference in New Issue
Block a user