We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fba678f commit b59d7b4Copy full SHA for b59d7b4
tests/test_fsevents.py
@@ -78,7 +78,7 @@ def test_add_watch_twice(observer: BaseObserver, p: P) -> None:
78
a = p("a")
79
mkdir(a)
80
h = FileSystemEventHandler()
81
- w = ObservedWatch(a)
+ w = ObservedWatch(a, recursive=True)
82
83
def callback(path, inodes, flags, ids):
84
pass
0 commit comments