Skip to content

Commit

Permalink
rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
polinaeterna committed Jul 5, 2024
1 parent 6d9ebde commit 123e25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/worker/tests/test_job_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def test_check_type(
Priority.NORMAL,
],
)
def test_backfill(priority: Priority, app_config: AppConfig) -> None:
def test_run_job_and_finish(priority: Priority, app_config: AppConfig) -> None:
queue = Queue()
assert JobDocument.objects().count() == 0
queue.add_job(
Expand Down

0 comments on commit 123e25f

Please sign in to comment.