Skip to content

Commit 5ca565f

Browse files
committed
fix: git test
1 parent d50d5cf commit 5ca565f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dir-structure/src/vfs/git_vfs.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,11 @@ mod tests {
323323
kind: vfs::DirEntryKind::File,
324324
path: Path::new("dir-structure/Cargo.toml").into(),
325325
},
326+
vfs::DirEntryInfo {
327+
name: "README.md".into(),
328+
kind: vfs::DirEntryKind::File,
329+
path: Path::new("dir-structure/README.md").into(),
330+
},
326331
vfs::DirEntryInfo {
327332
name: "examples".into(),
328333
kind: vfs::DirEntryKind::Directory,

0 commit comments

Comments
 (0)