Remove debug print
This commit is contained in:
parent
996920e07f
commit
4188301e79
|
|
@ -111,7 +111,7 @@ mod tests {
|
|||
let temp_dir = tempdir().unwrap();
|
||||
let tmp_file_path = temp_dir.path().join(r"Les_Trois_Mousquetaires.txt");
|
||||
assert!(matches!(
|
||||
dbg!(target.execute(Command::SaveAs(tmp_file_path.clone()))),
|
||||
target.execute(Command::SaveAs(tmp_file_path.clone())),
|
||||
CommandResponse::Success(_)
|
||||
));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue