Update wrong assertions after fixing missing event in FakeFs
This commit is contained in:
parent
51b093197d
commit
399f082415
1 changed files with 0 additions and 12 deletions
|
@ -1744,10 +1744,6 @@ async fn test_project_reconnect(
|
||||||
vec![
|
vec![
|
||||||
"a.txt",
|
"a.txt",
|
||||||
"b.txt",
|
"b.txt",
|
||||||
"subdir1",
|
|
||||||
"subdir1/c.txt",
|
|
||||||
"subdir1/d.txt",
|
|
||||||
"subdir1/e.txt",
|
|
||||||
"subdir2",
|
"subdir2",
|
||||||
"subdir2/f.txt",
|
"subdir2/f.txt",
|
||||||
"subdir2/g.txt",
|
"subdir2/g.txt",
|
||||||
|
@ -1780,10 +1776,6 @@ async fn test_project_reconnect(
|
||||||
vec![
|
vec![
|
||||||
"a.txt",
|
"a.txt",
|
||||||
"b.txt",
|
"b.txt",
|
||||||
"subdir1",
|
|
||||||
"subdir1/c.txt",
|
|
||||||
"subdir1/d.txt",
|
|
||||||
"subdir1/e.txt",
|
|
||||||
"subdir2",
|
"subdir2",
|
||||||
"subdir2/f.txt",
|
"subdir2/f.txt",
|
||||||
"subdir2/g.txt",
|
"subdir2/g.txt",
|
||||||
|
@ -1875,10 +1867,6 @@ async fn test_project_reconnect(
|
||||||
vec![
|
vec![
|
||||||
"a.txt",
|
"a.txt",
|
||||||
"b.txt",
|
"b.txt",
|
||||||
"subdir1",
|
|
||||||
"subdir1/c.txt",
|
|
||||||
"subdir1/d.txt",
|
|
||||||
"subdir1/e.txt",
|
|
||||||
"subdir2",
|
"subdir2",
|
||||||
"subdir2/f.txt",
|
"subdir2/f.txt",
|
||||||
"subdir2/g.txt",
|
"subdir2/g.txt",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue