Skip to content

Commit

Permalink
one more test
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnagara committed Dec 11, 2023
1 parent 9115788 commit 4abc6e5
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,11 @@ def test_message_rejected_multiple() -> None:
]

assert TestingMetricsBackend.calls == [
IncrementCall(
name="arroyo.strategies.run_task_with_multiprocessing.pool.create",
value=1,
tags=None,
),
GaugeCall(
name="arroyo.strategies.run_task_with_multiprocessing.batches_in_progress",
value=0.0,
Expand Down

0 comments on commit 4abc6e5

Please sign in to comment.