Fix some of the old tests

This commit is contained in:
Kirill Bulatov 2023-11-15 19:07:16 +02:00
parent d3ce82e82c
commit 5f468970f0
2 changed files with 26 additions and 2 deletions

View file

@ -1381,6 +1381,8 @@ async fn test_share_project(
Path::new("a.txt"),
Path::new("b.txt"),
Path::new("ignored-dir"),
Path::new("ignored-dir/c.txt"),
Path::new("ignored-dir/d.txt"),
]
);
});