Skip to content

Commit b227970

Browse files
author
Pierre BAILLET
committed
Try to break tests in CI
1 parent 43fc493 commit b227970

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/fsevent.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ fn internal_observe_folder(run_async: bool) {
142142
// Create directories AFTER the observer is set up
143143
fs::create_dir(dst1.as_path().to_str().unwrap()).unwrap();
144144
fs::create_dir(dst2.as_path().to_str().unwrap()).unwrap();
145-
fs::create_dir(dst3.as_path().to_str().unwrap()).unwrap();
146145

147146
validate_recv(
148147
receiver,

0 commit comments

Comments
 (0)