Skip to content

Commit dc81243

Browse files
committed
Fix test
1 parent a8c9fb5 commit dc81243

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/utils/test_concurrency.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def raise_(snapshot):
139139
assert len(errors) == 1
140140
assert errors[0].node == failed_snapshot.snapshot_id
141141

142-
assert skipped == [snapshot_a.snapshot_id, snapshot_b.snapshot_id, snapshot_c.snapshot_id]
142+
assert set(skipped) == {snapshot_a.snapshot_id, snapshot_b.snapshot_id, snapshot_c.snapshot_id}
143143

144144

145145
@pytest.mark.parametrize("tasks_num", [1, 3])

0 commit comments

Comments
 (0)