Skip to content

Commit 1adaf47

Browse files
committed
chore: add test coverage for subdirs
1 parent ed6497f commit 1adaf47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/aiousbwatcher/impl.py

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ async def _watcher(self) -> None:
7777
| Mask.MOVED_TO
7878
| Mask.CREATE
7979
| Mask.DELETE_SELF
80+
| Mask.DELETE
8081
| Mask.IGNORED
8182
)
8283

0 commit comments

Comments
 (0)