Skip to content

Commit

Permalink
fix testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ityuany committed Jul 20, 2024
1 parent 7fd3c28 commit 9294c28
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions crates/cli/tests/install_node_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ fn test_delete_node() -> Result<(), Box<dyn Error>> {

p.exp_string(&node_version)?;

p = spawn(
format!("snm node default {}", &node_version).as_str(),
Some(30_000),
)?;

p = spawn(
format!("snm node uninstall {}", node_version).as_str(),
Some(30_000),
Expand Down

0 comments on commit 9294c28

Please sign in to comment.