chore: remove run-tests from wallet-send event tests (#21373)
This commit is contained in:
parent
b536d20713
commit
1691e2fe34
|
@ -1,6 +1,6 @@
|
||||||
(ns status-im.contexts.wallet.send.events-test
|
(ns status-im.contexts.wallet.send.events-test
|
||||||
(:require
|
(:require
|
||||||
[cljs.test :refer-macros [is testing run-tests]]
|
[cljs.test :refer-macros [is testing]]
|
||||||
matcher-combinators.test
|
matcher-combinators.test
|
||||||
[re-frame.db :as rf-db]
|
[re-frame.db :as rf-db]
|
||||||
[status-im.contexts.wallet.common.utils.networks :as network-utils]
|
[status-im.contexts.wallet.common.utils.networks :as network-utils]
|
||||||
|
@ -710,5 +710,3 @@
|
||||||
:stack-id stack-id
|
:stack-id stack-id
|
||||||
:start-flow? start-flow?
|
:start-flow? start-flow?
|
||||||
:netork-details network-details}])))))))
|
:netork-details network-details}])))))))
|
||||||
|
|
||||||
(run-tests)
|
|
||||||
|
|
Loading…
Reference in New Issue