From fcdfc890e86ee221bf4cb1eaabead9e7b3464036 Mon Sep 17 00:00:00 2001 From: Ajay Sivan Date: Wed, 24 Jul 2024 13:22:50 +0530 Subject: [PATCH] Remove outdated test --- src/status_im/subs/wallet/swap_test.cljs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/status_im/subs/wallet/swap_test.cljs b/src/status_im/subs/wallet/swap_test.cljs index 3e46034ebd..4540b33572 100644 --- a/src/status_im/subs/wallet/swap_test.cljs +++ b/src/status_im/subs/wallet/swap_test.cljs @@ -90,14 +90,6 @@ swap-data) (is (match? "SNT" (rf/sub [sub-name]))))) -(h/deftest-sub :wallet/swap-asset-to-pay-networks - [sub-name] - (testing "Return the available networks for the swap asset-to-pay" - (swap! rf-db/app-db assoc-in - [:wallet :ui :swap] - swap-data) - (is (match? networks (rf/sub [sub-name]))))) - (h/deftest-sub :wallet/swap-asset-to-pay-network-balance [sub-name] (testing "Return swap asset-to-pay"