Apply cljfmt
This commit is contained in:
parent
ea57f67f7c
commit
2cebde781c
4 changed files with 30 additions and 35 deletions
|
@ -108,6 +108,4 @@
|
|||
|
||||
;; Print out text transactions
|
||||
(doseq [i imported]
|
||||
(println (import/render-transaction i)))
|
||||
|
||||
)
|
||||
(println (import/render-transaction i))))
|
||||
|
|
|
@ -305,7 +305,6 @@
|
|||
all-postings (concat liability-postings asset-postings)]
|
||||
[(assoc template :postings all-postings)]))
|
||||
|
||||
|
||||
(defn net-pay-ach-debit
|
||||
"Return a transaction paying off net pay liabilities"
|
||||
[date period receipt-no invoice-no projects records]
|
||||
|
|
|
@ -246,8 +246,7 @@
|
|||
:amount 103.25M
|
||||
:currency "USD"
|
||||
:meta {:entity "Citizen-Jill"}}
|
||||
{:account "Assets:FR:Check2721" :amount -206.51 :currency "USD"})}]
|
||||
]
|
||||
{:account "Assets:FR:Check2721" :amount -206.51 :currency "USD"})}]]
|
||||
(is (= actual expected))))
|
||||
|
||||
(deftest retirement
|
||||
|
@ -390,5 +389,4 @@ DATE txn \"Paychex\" \"Monthly Payroll - PERIOD - Fee\"
|
|||
(is (= actual expected))))
|
||||
|
||||
(comment
|
||||
(t/run-all-tests)
|
||||
)
|
||||
(t/run-all-tests))
|
||||
|
|
Loading…
Reference in a new issue