Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Parveshdhull committed May 22, 2024
1 parent 83995f5 commit 4f8e837
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/legacy/status_im/data_store/activities_test.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

(testing "transforms messages from RPC response"
(is
(= {:last-message {:quoted-message nil
(= {:last-message {:quoted-message {:bridge-message nil}
:outgoing-status nil
:command-parameters nil
:link-previews []
Expand All @@ -47,7 +47,7 @@
:bridge-message nil
:outgoing false}
:message nil
:reply-message {:quoted-message nil
:reply-message {:quoted-message {:bridge-message nil}
:outgoing-status nil
:command-parameters nil
:link-previews []
Expand Down
5 changes: 3 additions & 2 deletions src/legacy/status_im/data_store/messages_test.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@
:clock-value 2
:from from
:chat-id chat-id
:quoted-message {:from "from"
:text "reply"}
:quoted-message {:from "from"
:text "reply"
:bridge-message nil}
:content-type 1
:compressed-key "c"
:timestamp 3
Expand Down

0 comments on commit 4f8e837

Please sign in to comment.