diff --git a/core/src/editor_buffer/io.rs b/core/src/editor_buffer/io.rs index 6060364..431dda4 100644 --- a/core/src/editor_buffer/io.rs +++ b/core/src/editor_buffer/io.rs @@ -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(_) ));