Skip to content

Commit

Permalink
style: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
al3mart committed Dec 18, 2024
1 parent 2075be5 commit 6ccb5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/pop-cli/src/common/contracts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ mod tests {
MockCli::new().expect_confirm("Would you like to terminate the local node?", true);
assert!(terminate_node(&mut cli, Some((process, log))).is_ok());
cli.verify()?;
assert_eq!(is_chain_alive(Url::parse(&format!("ws:localhost:{}", port))?).await?, false);
assert_eq!(is_chain_alive(Url::parse(&format!("ws://localhost:{}", port))?).await?, false);
Ok(())
}
}

0 comments on commit 6ccb5d5

Please sign in to comment.