Skip to content

Commit e98def4

Browse files
committed
fixed typo
1 parent 5864d4d commit e98def4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rpc/tests/wallet_service.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use tokio::time::{self, Duration};
1212
// TODO fix this test, I guess we need to rewrite it, may be the whole streaming of transaction
1313
// events.
1414
#[tokio::test(flavor = "multi_thread", worker_threads = 1)]
15-
#[ignore = "needs to be fixedy"]
15+
#[ignore = "needs to be fixed"]
1616
async fn test_wallet_service_mine_single_tx() -> Result<()> {
1717
let mut testenv = TestEnv::new()?;
1818
// testenv.start_explorer_in_container()?;

0 commit comments

Comments
 (0)