Skip to content

Commit

Permalink
Fix unit test and remove unnecessary schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ilmotta committed Jan 30, 2024
1 parent beba786 commit 39ae4e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
[:=>
[:catn
[:cofx :schema.re-frame/cofx]
[:args [:schema [:? [:catn [:community-id :string]]]]]]
[:args [:schema [:catn [:community-id :string]]]]]
[:map {:closed true}
[:fx
[:tuple
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
(deftest get-permissioned-balances-test
(let [cofx {:db {}}]
(is (match? {:fx [[:json-rpc/call
[{:method :wakuext_getPermissionedBalances
[{:method :wakuext_getCommunityPermissionedBalances
:params [{:communityId community-id}]
:on-success [:communities/get-permissioned-balances-success community-id]
:on-error fn?}]]]}
Expand Down

0 comments on commit 39ae4e1

Please sign in to comment.