Skip to content

Commit

Permalink
style: better comment
Browse files Browse the repository at this point in the history
  • Loading branch information
al3mart committed Dec 18, 2024
1 parent 6a23175 commit 0c000b6
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 @@ -163,7 +163,7 @@ mod tests {
.expect_warning("⚠️ The substrate-contracts-node binary is not found.");

let node_path = check_contracts_node_and_prompt(&mut cli, false).await?;
// Binary path is at least equals cache path + "substrate-contracts-node".
// Binary path is at least equals to the cache path + "substrate-contracts-node".
assert!(node_path
.to_str()
.unwrap()
Expand Down

0 comments on commit 0c000b6

Please sign in to comment.