Skip to content

Commit

Permalink
Remove redundant line from test_phase_generation (#1175)
Browse files Browse the repository at this point in the history
  • Loading branch information
guoard authored Sep 4, 2024
1 parent 3f66717 commit 560cd5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nixpacks/builder/docker/dockerfile_generation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,6 @@ mod tests {
fn test_phase_generation() {
let mut phase = Phase::new("test");
phase.add_cmd("echo test");
phase.add_apt_pkgs(vec!["wget".to_owned()]);

let dockerfile = phase
.generate_dockerfile(
Expand Down

0 comments on commit 560cd5a

Please sign in to comment.