Skip to content

Commit c2b3695

Browse files
committed
Update stale test module cross-reference in a docstring
test_bibliotheca_importer.py was renamed to tests/manager/integration/license/bibliotheca/test_importer.py, so point the docstring at the new location. Use the full path rather than the bare module name, since boundless/ and overdrive/ each have a test_importer.py of their own.
1 parent c43dc8f commit c2b3695

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/manager/celery/tasks/test_bibliotheca.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,8 @@ def test_events_processed_end_to_end(
413413
redis_fixture: RedisFixture,
414414
) -> None:
415415
"""Smoke test: the full Celery task path processes an event and advances the
416-
Timestamp. Detailed event-handling assertions live in test_bibliotheca_importer.
416+
Timestamp. Detailed event-handling assertions live in
417+
tests/manager/integration/license/bibliotheca/test_importer.py.
417418
"""
418419
collection = bibliotheca_task_fixture.collection
419420

0 commit comments

Comments
 (0)