Skip to content

Commit

Permalink
fix: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
KSXGitHub authored and anonrig committed Nov 28, 2023
1 parent 6d8cec2 commit 1de5e13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/cli/tests/install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ use pipe_trait::Pipe;
use std::{
fs::{self, OpenOptions},
io::Write,
path::Path,
};

#[test]
Expand Down Expand Up @@ -165,6 +164,8 @@ fn frozen_lockfile_should_be_able_to_handle_big_lockfile() {

eprintln!("Executing command...");
pacquet.with_args(["install", "--frozen-lockfile"]).assert().success();

drop((root, mock_instance)); // cleanup
}

#[test]
Expand Down

0 comments on commit 1de5e13

Please sign in to comment.