Skip to content

Commit 36e83aa

Browse files
small cleanup
1 parent 5752a18 commit 36e83aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

service/src/test/java/uk/nhs/adaptors/gp2gp/ehr/mapper/AllergyStructureMapperTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ private static Stream<Arguments> resourceFileParamsWithEnvironmentCategoryAndCon
113113
void setUp() {
114114
when(randomIdGeneratorService.createNewId()).thenReturn(TEST_ID);
115115
when(randomIdGeneratorService.createNewOrUseExistingUUID(anyString())).thenReturn(TEST_ID);
116-
when(randomIdGeneratorService.createNewOrUseExistingUUID(anyString())).thenReturn(TEST_ID);
117116
when(confidentialityService.generateConfidentialityCode(any()))
118117
.thenReturn(Optional.empty());
119118

0 commit comments

Comments
 (0)