Compare commits
5 commits
7dc87860c3
...
6ee99686f5
Author | SHA1 | Date | |
---|---|---|---|
6ee99686f5 | |||
2f00dcd0a3 | |||
ba8d85cc09 | |||
17816fa6ed | |||
ed6d83cb7b |
1 changed files with 0 additions and 2 deletions
|
@ -265,7 +265,6 @@ mod path {
|
|||
fn should_be_false_when_is_a_link() -> TestResult {
|
||||
let fs = fs::temp().expect("temp fs");
|
||||
let path = fs.base().join("foo");
|
||||
// TODO: (#38) create a link
|
||||
// let_assert!(Ok(_) = fs.file_write(&path, "bar"));
|
||||
let is_dir = fs.path(&path).is_dir().expect("is_dir");
|
||||
assert!(!is_dir);
|
||||
|
@ -349,7 +348,6 @@ mod path {
|
|||
fn should_be_false_when_is_a_link() -> TestResult {
|
||||
let fs = fs::temp().expect("temp fs");
|
||||
let path = fs.base().join("foo");
|
||||
// TODO: (#38) create a link
|
||||
// let_assert!(Ok(_) = fs.file_write(&path, "bar"));
|
||||
let is_file = fs.path(&path).is_file().expect("is_file");
|
||||
assert!(!is_file);
|
||||
|
|
Loading…
Reference in a new issue