Skip to content

Commit

Permalink
TEMP DO SOME
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzadlone committed Oct 20, 2024
1 parent 89c5682 commit b6e5cf5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,8 @@ func closeNodes(
s *state,
action Close,
) {
for _, node := range getNodesWithIDs(action.NodeID, s.nodes) {
_, nodes := getNodesWithIDs(action.NodeID, s.nodes)
for _, node := range nodes {
node.Close()
}
}
Expand Down

0 comments on commit b6e5cf5

Please sign in to comment.