We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5752a18 commit 36e83aaCopy full SHA for 36e83aa
service/src/test/java/uk/nhs/adaptors/gp2gp/ehr/mapper/AllergyStructureMapperTest.java
@@ -113,7 +113,6 @@ private static Stream<Arguments> resourceFileParamsWithEnvironmentCategoryAndCon
113
void setUp() {
114
when(randomIdGeneratorService.createNewId()).thenReturn(TEST_ID);
115
when(randomIdGeneratorService.createNewOrUseExistingUUID(anyString())).thenReturn(TEST_ID);
116
- when(randomIdGeneratorService.createNewOrUseExistingUUID(anyString())).thenReturn(TEST_ID);
117
when(confidentialityService.generateConfidentialityCode(any()))
118
.thenReturn(Optional.empty());
119
0 commit comments