chore: remove run-tests from wallet-send event tests (#21373)

This commit is contained in:
Sean Hagstrom 2024-10-03 12:56:45 +01:00 committed by GitHub
parent b536d20713
commit 1691e2fe34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,6 @@
(ns status-im.contexts.wallet.send.events-test
(:require
[cljs.test :refer-macros [is testing run-tests]]
[cljs.test :refer-macros [is testing]]
matcher-combinators.test
[re-frame.db :as rf-db]
[status-im.contexts.wallet.common.utils.networks :as network-utils]
@ -710,5 +710,3 @@
:stack-id stack-id
:start-flow? start-flow?
:netork-details network-details}])))))))
(run-tests)