Skip to content

Commit

Permalink
chore: remove run-tests from wallet-send event tests (#21373)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanstrom authored Oct 3, 2024
1 parent b536d20 commit 1691e2f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/status_im/contexts/wallet/send/events_test.cljs
Original file line number Diff line number Diff line change
@@ -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]
Expand Down Expand Up @@ -710,5 +710,3 @@
:stack-id stack-id
:start-flow? start-flow?
:netork-details network-details}])))))))

(run-tests)

0 comments on commit 1691e2f

Please sign in to comment.