Skip to content

Commit 1bb1a0f

Browse files
committed
one line
1 parent f8ea4a2 commit 1bb1a0f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

testing/test_workermanage.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ def test_popen_makegateway_events(
8787
hookrecorder.popcall("pytest_xdist_newgateway"),
8888
hookrecorder.popcall("pytest_xdist_newgateway"),
8989
]
90-
ids = {c.gateway.id for c in gw_calls}
91-
assert ids == {"gw0", "gw1"}
90+
assert {c.gateway.id for c in gw_calls} == {"gw0", "gw1"}
9291

9392
for c in gw_calls:
9493
expected_spec = execnet.XSpec(

0 commit comments

Comments
 (0)