From 1691e2fe34e6578e22c966c1ce38e1810be47d77 Mon Sep 17 00:00:00 2001 From: Sean Hagstrom Date: Thu, 3 Oct 2024 12:56:45 +0100 Subject: [PATCH] chore: remove run-tests from wallet-send event tests (#21373) --- src/status_im/contexts/wallet/send/events_test.cljs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/status_im/contexts/wallet/send/events_test.cljs b/src/status_im/contexts/wallet/send/events_test.cljs index 12394818edf..3d82446039e 100644 --- a/src/status_im/contexts/wallet/send/events_test.cljs +++ b/src/status_im/contexts/wallet/send/events_test.cljs @@ -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)