Skip to content

Commit 1d05775

Browse files
committed
test fix
1 parent 49a6553 commit 1d05775

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

src/status_im/contexts/wallet/collectible/events_test.cljs

+8-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,14 @@
2121
"0x2" [collectible-3]}}}
2222
:accounts {"0x1" {}
2323
"0x3" {}}}}
24-
expected-db {:wallet {:ui {:collectibles {}}
25-
:accounts {"0x1" {:collectibles (list collectible-1 collectible-2)}
26-
"0x2" {:collectibles (list collectible-3)}
27-
"0x3" {}}}}
24+
expected-db {:wallet {:ui {:collectibles {}}
25+
:accounts {"0x1" {:collectibles
26+
(list collectible-1
27+
collectible-2)}
28+
"0x2" {:collectibles
29+
(list collectible-3)}
30+
"0x3" {}}}
31+
:centralized-metrics/event-data true}
2832
result-db (:db (events/flush-collectibles {:db db}))]
2933

3034
(is (match? result-db expected-db)))))

0 commit comments

Comments
 (0)