Skip to content

Commit

Permalink
#785 | Fix affected test
Browse files Browse the repository at this point in the history
  • Loading branch information
1t5j0y committed Oct 16, 2024
1 parent c587590 commit ef78963
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public void shouldFetchDifferentAddressIdsWhenSubjectTypeChanges() throws JsonPr
.thenReturn(singletonList(createAddressLevelType(2L)));

AddressLevelCache addressLevelCache = new AddressLevelCache(entityManager, locationRepository);
AddressLevelService addressLevelService = new AddressLevelService(locationRepository, addressLevelTypeRepository, organisationConfigService, addressLevelCache);
AddressLevelService addressLevelService = new AddressLevelService(locationRepository, addressLevelTypeRepository, organisationConfigService, addressLevelCache, mock(LocationHierarchyService.class));

Catchment catchment = new Catchment();
catchment.setId(1L);
Expand Down

0 comments on commit ef78963

Please sign in to comment.