Skip to content

Commit

Permalink
useless assert
Browse files Browse the repository at this point in the history
  • Loading branch information
crusaderky committed Jun 8, 2023
1 parent 81822e3 commit 4a1e50f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion distributed/tests/test_reschedule.py
Expand Up @@ -52,7 +52,6 @@ def f(x):
await wait(futures)
assert any(isinstance(ev, RescheduleEvent) for ev in a.state.stimulus_log)
assert all(f.key in b.data for f in futures)
assert "x" not in a.state.tasks


@pytest.mark.parametrize("state", ["executing", "long-running"])
Expand Down

0 comments on commit 4a1e50f

Please sign in to comment.