From ced76c1ffce4da1dfcf286b3ef358c0662f6b5a1 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 26 Jul 2020 16:49:59 +0200 Subject: Remove `patches_file` test This is no longer absolutely necessary now that we have the `suggestion_apply_to_writes_patch_to_writer` test. --- src/lib.rs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 0624722..f894413 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -319,11 +319,6 @@ mod tests { println!("{}", patch); } - #[test] - fn patches_file() { - // File::open("../testdata/"); - } - #[test] fn read_git_blob() { use std::path::Path; -- cgit v1.2.3