Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 3, 2025
commit 90e87f559edda46c2b487e10c2a07e272a7b19f4
2 changes: 1 addition & 1 deletion testing/test_dsession.py
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ def test_first_node_failure(self, pytester: pytest.Pytester) -> None:

# First node fails before collection
sched.remove_node(node1)

# Now first_node should be reset after removal
# Add a new node, it should become the collector
node3 = MockNode()
Expand Down