Skip to content

Commit

Permalink
Provide the parameter, since it's mandatory there
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosuav committed Oct 12, 2023
1 parent fba678f commit b59d7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_fsevents.py
Expand Up @@ -78,7 +78,7 @@ def test_add_watch_twice(observer: BaseObserver, p: P) -> None:
a = p("a")
mkdir(a)
h = FileSystemEventHandler()
w = ObservedWatch(a)
w = ObservedWatch(a, recursive=True)

def callback(path, inodes, flags, ids):
pass
Expand Down

0 comments on commit b59d7b4

Please sign in to comment.