-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Two tests in test_watcher.py are failing:
-
test_file_watcher_basic: Watcher not detecting file updates
- Expected len(results) == 1, got 0
- Suggests watcher isn't picking up file modifications
-
test_file_watcher_move: TypeError in metadata access
- TypeError: 'NoneType' object is not subscriptable
- Suggests search result is None when it should contain metadata
These failures appeared in the test workflow for v0.5.0 release.
Related commit: 959f7a7
Metadata
Metadata
Assignees
Labels
No labels