Skip to content

Commit

Permalink
Update distributed/tests/test_scheduler.py
Browse files Browse the repository at this point in the history
Co-authored-by: crusaderky <crusaderky@gmail.com>
  • Loading branch information
milesgranger and crusaderky authored Mar 29, 2023
1 parent 254fb40 commit f60685c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion distributed/tests/test_scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -2354,7 +2354,6 @@ async def test_cumulative_worker_metrics(c, s, a, b):
await b.heartbeat()

metrics = s.cumulative_worker_metrics
assert metrics != dict() # Have some data now

# Subset of expected keys
assert "latency" in metrics
Expand Down

0 comments on commit f60685c

Please sign in to comment.