Skip to content

Commit

Permalink
remove println
Browse files Browse the repository at this point in the history
Co-authored-by: Sophie Dankel <[email protected]>
  • Loading branch information
JoshuaBatty and sdankel authored Jun 19, 2024
1 parent 381f2f2 commit c3e13b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/check.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ fn fuelup_check() -> Result<()> {
let output = cfg.fuelup(&["check"]);
let stripped = strip_ansi_escapes::strip(output.stdout);
let stdout = String::from_utf8_lossy(&stripped);
println!("\n{}", &stdout);
assert!(stdout.contains(&latest));
assert!(stdout.contains(forc));
assert!(stdout.contains(fuel_core));
Expand Down

0 comments on commit c3e13b3

Please sign in to comment.