aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2020-07-26 16:49:59 +0200
committerTeddy Wing2020-07-26 16:49:59 +0200
commitced76c1ffce4da1dfcf286b3ef358c0662f6b5a1 (patch)
treeafd1b8cf858d5ecf0bbaf47c6ab74962806c86b5
parent459897940657569679a37d4bd08f1d71ebd0f69a (diff)
downloadgit-suggestion-ced76c1ffce4da1dfcf286b3ef358c0662f6b5a1.tar.bz2
Remove `patches_file` test
This is no longer absolutely necessary now that we have the `suggestion_apply_to_writes_patch_to_writer` test.
-rw-r--r--src/lib.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 0624722..f894413 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -320,11 +320,6 @@ mod tests {
}
#[test]
- fn patches_file() {
- // File::open("../testdata/");
- }
-
- #[test]
fn read_git_blob() {
use std::path::Path;