Skip to content

Commit

Permalink
fixup! Add docker check step to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joaofl committed Jan 2, 2025
1 parent 35ac69a commit 23a8854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/servers/dhcp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ mod tests {
.output()
.expect(&format!("Failed to execute command. Check directory {}", cwd));

println!("{}", String::from_utf8_lossy(&output.stdout));
println!("{}", String::from_utf8_lossy(&_out.stdout));
// });
}

Expand Down

0 comments on commit 23a8854

Please sign in to comment.