Skip to content

Commit

Permalink
Update Test to cover more case of role assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
assadriaz committed Oct 18, 2024
1 parent f2598f8 commit 932a0a9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ public void authorizedWithSubmodeAndType() {
@Test
public void authorizedGetAllowedStopPlaceTypesTest() {
final List<RoleAssignment> roleAssignments = roleAssignmentsForRailAndRailReplacementMocked(ROLE_EDIT_STOPS);
mockedRoleAssignmentExtractor.setNextReturnedRoleAssignment(roleAssignments);

StopPlace stopPlace = new StopPlace();
stopPlace.setStopPlaceType(StopTypeEnumeration.BUS_STATION);
Expand Down

0 comments on commit 932a0a9

Please sign in to comment.