Skip to content

Commit dd8beeb

Browse files
[Fix] "network-routing" component test (#17760)
This commit moves the "network-routing" component test to the quo ns from quo2 ns. Signed-off-by: Mohamed Javid <[email protected]>
1 parent abbf29d commit dd8beeb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/quo2/components/wallet/network_routing/component_spec.cljs renamed to src/quo/components/wallet/network_routing/component_spec.cljs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
(ns quo2.components.wallet.network-routing.component-spec
1+
(ns quo.components.wallet.network-routing.component-spec
22
(:require [oops.core :as oops]
3-
[quo2.components.wallet.network-routing.view :as network-routing]
3+
[quo.components.wallet.network-routing.view :as network-routing]
44
[reagent.core :as reagent]
55
[test-helpers.component :as h]))
66

src/quo/core_spec.cljs

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
[quo.components.wallet.keypair.component-spec]
8080
[quo.components.wallet.network-amount.component-spec]
8181
[quo.components.wallet.network-bridge.component-spec]
82+
[quo.components.wallet.network-routing.component-spec]
8283
[quo.components.wallet.progress-bar.component-spec]
8384
[quo.components.wallet.summary-info.component-spec]
8485
[quo.components.wallet.token-input.component-spec]

0 commit comments

Comments
 (0)