test(subscribe): register search task owner module

This commit is contained in:
jxxghp
2026-09-05 18:13:00 +08:00
parent 54cc3d368d
commit 7672e8ff00
+1
View File
@@ -241,6 +241,7 @@ def test_subscribe_chain_package_has_single_responsibility_owners() -> None:
"reconcile.py",
"refresh.py",
"search.py",
"searchtask.py",
}
assert {path.name for path in SUBSCRIBE_CHAIN_PACKAGE.glob("*.py")} == expected_files