Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tkuzynow committed Aug 22, 2024
1 parent c07de3b commit b9fdf7d
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ public void removeFromGroupAndIgnoreGroupNotFound() {
}

public void removeFromGroup() {
this.consultantsToRemoveFromSessions.forEach(
((session, consultants) ->
removeConsultantsFromSessionGroup(session.getGroupId(), consultants)));
}
this.consultantsToRemoveFromSessions.forEach(
((session, consultants) ->
removeConsultantsFromSessionGroup(session.getGroupId(), consultants)));
}

/**
* Removes the given consultant from Rocket.Chat group of given session with rollback on error.
Expand Down

0 comments on commit b9fdf7d

Please sign in to comment.