Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
fjetter committed Nov 20, 2024
1 parent e16728f commit 3f7e8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distributed/tests/test_active_memory_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -1250,7 +1250,7 @@ async def test_RetireWorker_with_actor_proxy(c, s, a, b):
assert "y" in b.data

out = await c.retire_workers([b.address])
assert out == (b.address,)
assert b.address in out
assert "x" in a.state.actors
assert "y" in a.data

Expand Down

0 comments on commit 3f7e8d8

Please sign in to comment.