We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5864d4d commit e98def4Copy full SHA for e98def4
1 file changed
rpc/tests/wallet_service.rs
@@ -12,7 +12,7 @@ use tokio::time::{self, Duration};
12
// TODO fix this test, I guess we need to rewrite it, may be the whole streaming of transaction
13
// events.
14
#[tokio::test(flavor = "multi_thread", worker_threads = 1)]
15
-#[ignore = "needs to be fixedy"]
+#[ignore = "needs to be fixed"]
16
async fn test_wallet_service_mine_single_tx() -> Result<()> {
17
let mut testenv = TestEnv::new()?;
18
// testenv.start_explorer_in_container()?;
0 commit comments