Skip to content

Commit ea1eab5

Browse files
committed
Remove TODO as it is covered with current test suite
1 parent cbe0266 commit ea1eab5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/memofs/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -657,6 +657,4 @@ mod test {
657657
let err = vfs.canonicalize(&file_path).unwrap_err();
658658
assert_eq!(err.kind(), io::ErrorKind::NotFound);
659659
}
660-
661-
// TODO: Add a test to check whether new_default uses StdBackend.
662660
}

0 commit comments

Comments
 (0)