Skip to content

Commit

Permalink
fix(cli): Remove unneeded import from main CLI test
Browse files Browse the repository at this point in the history
  • Loading branch information
mchernicoff committed May 21, 2024
1 parent 36ddb4d commit 2c4e277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hipcheck/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -754,9 +754,9 @@ impl Outcome {
}

#[cfg(test)]
/// Test CLI commands
mod tests {
use super::Args;
use clap::CommandFactory;

#[test]
fn verify_cli() {
Expand Down

0 comments on commit 2c4e277

Please sign in to comment.