Skip to content

Commit bbf0192

Browse files
committed
remove unused imports in web test
1 parent 5103268 commit bbf0192

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

tests/simple-sync-and-send.rs

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,13 @@
11
use wasm_bindgen_test::*;
22
wasm_bindgen_test::wasm_bindgen_test_configure!(run_in_browser);
33

4-
use http::Uri;
5-
use js_sys::Promise;
64
use std::sync::Once;
75
use webz_core::bindgen::wallet::WebWallet;
86

9-
use tokio_with_wasm::alias as tokio;
10-
use tonic::{Request, Status};
11-
use tonic_web_wasm_client::options::{Credentials, FetchOptions, Mode, ReferrerPolicy};
12-
use tonic_web_wasm_client::Client;
13-
use wasm_bindgen::prelude::wasm_bindgen;
14-
use wasm_bindgen::{JsCast, UnwrapThrowExt};
15-
use wasm_bindgen_futures::{spawn_local, JsFuture};
7+
use wasm_bindgen::UnwrapThrowExt;
8+
use wasm_bindgen_futures::JsFuture;
169
use wasm_thread as thread;
1710

18-
use zcash_client_backend::proto::service::compact_tx_streamer_client::CompactTxStreamerClient;
19-
use zcash_client_backend::proto::service::ChainSpec;
20-
2111
const SEED: &str = "visit armed kite pen cradle toward reward clay marble oil write dove blind oyster silk oyster original message skate bench tone enable stadium element";
2212
const HD_INDEX: u32 = 0;
2313
const BIRTHDAY: Option<u32> = Some(2577329);

0 commit comments

Comments
 (0)