| commit | 2ef298e48450de9d2443d466ec4d61172a71b113 | [log] [tgz] |
|---|---|---|
| author | Slava Egorov <vegorov@google.com> | Tue Sep 30 07:26:13 2025 -0700 |
| committer | GitHub <noreply@github.com> | Tue Sep 30 16:26:13 2025 +0200 |
| tree | a81c04afcdb76d50fa182f5ad01a7e57bf07075a | |
| parent | 3901b8d34228bcdaed209ea9a91828f5724cd206 [diff] |
Make subdirectory robustness test less strict (#2185)
diff --git a/pkgs/watcher/test/directory_watcher/shared.dart b/pkgs/watcher/test/directory_watcher/shared.dart index 816d2a2..10541cf 100644 --- a/pkgs/watcher/test/directory_watcher/shared.dart +++ b/pkgs/watcher/test/directory_watcher/shared.dart
@@ -363,11 +363,6 @@ ]); }); } - - writeFile('a/b/c/d/file.txt'); - await inAnyOrder([ - isAddEvent('a/b/c/d/file.txt'), - ]); }); }); }