Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferossgp committed Mar 2, 2020
1 parent 70ec445 commit 6deb621
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/cljs/status_im/test/contacts/db.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
:photo-path "photo2",
:public-key
"0x048a2f8b80c60f89a91b4c1316e56f75b087f446e7b8701ceca06a40142d8efe1f5aa36bd0fee9e248060a8d5207b43ae98bef4617c18c71e66f920f324869c09f"}]
(is (= (contact.db/get-all-contacts-in-group-chat chat-contact-ids
admins
contacts
current-multiaccount)
(is (= (vec (contact.db/get-all-contacts-in-group-chat chat-contact-ids
admins
contacts
current-multiaccount))
[{:name "generated"
:identicon "generated"
:alias "generated"
Expand Down

0 comments on commit 6deb621

Please sign in to comment.