Supports testing yodlee import

This commit is contained in:
Bryce Covert
2019-05-14 21:18:52 -07:00
parent 66fd9a87bc
commit f7d9fed0c5
4 changed files with 64 additions and 55 deletions

View File

@@ -72,7 +72,7 @@
(is (= "123" (:description result)))
(is (= "Bryce's Meat Co" (-> result :vendor :name)))
(is (= :approved (:transaction-status result)))
(is (= :approved (:transaction-approval-status result)))
(is (= "hello" (-> result :accounts (get 0) :account :name )))
(is (:id result))
(testing "it should delete removed rules"