Skip to content

Commit b59d7b4

Browse files
committed
Provide the parameter, since it's mandatory there
1 parent fba678f commit b59d7b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_fsevents.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def test_add_watch_twice(observer: BaseObserver, p: P) -> None:
7878
a = p("a")
7979
mkdir(a)
8080
h = FileSystemEventHandler()
81-
w = ObservedWatch(a)
81+
w = ObservedWatch(a, recursive=True)
8282

8383
def callback(path, inodes, flags, ids):
8484
pass

0 commit comments

Comments
 (0)