Skip to content

Commit 2ef298e

Browse files
authored
Make subdirectory robustness test less strict (#2185)
1 parent 3901b8d commit 2ef298e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pkgs/watcher/test/directory_watcher/shared.dart

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -363,11 +363,6 @@ void sharedTests() {
363363
]);
364364
});
365365
}
366-
367-
writeFile('a/b/c/d/file.txt');
368-
await inAnyOrder([
369-
isAddEvent('a/b/c/d/file.txt'),
370-
]);
371366
});
372367
});
373368
}

0 commit comments

Comments
 (0)