Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarBasem committed May 14, 2024
1 parent 6918788 commit c0cb356
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/status_im/subs/wallet/activities_test.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
{:sender "acc2" :recipient "acc1" :timestamp 1588377600}
{:sender "acc3" :recipient "acc4" :timestamp 1588464000}])
(assoc-in [:wallet :current-viewing-account-address] "acc1"))))
(is (= [{:title "May 1, 2020" :data [{:sender "acc1" :recipient "acc2" :timestamp 1588291200}]}
{:title "May 2, 2020" :data [{:sender "acc2" :recipient "acc1" :timestamp 1588377600}]}]
(is (= [{:title "May 2, 2020" :data [{:sender "acc2" :recipient "acc1" :timestamp 1588377600}] :timestamp 1588377600}
{:title "May 1, 2020" :data [{:sender "acc1" :recipient "acc2" :timestamp 1588291200}] :timestamp 1588291200}]
(rf/sub [sub-name])))))

0 comments on commit c0cb356

Please sign in to comment.