remove some code smell

This commit is contained in:
Daniel Bauer
2020-03-09 10:05:36 +01:00
parent 133234706e
commit 5390b089ac
5 changed files with 92 additions and 68 deletions

View File

@@ -2,8 +2,6 @@ mod command;
#[cfg(test)]
mod integration {
use std::process::Command;
use super::command::get_command;
#[test]