Skip to content

Commit 1ea1468

Browse files
formatting
1 parent 993f1c7 commit 1ea1468

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sdm/src/test/java/unit/com/sap/cds/sdm/service/handler/SDMServiceGenericHandlerTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1382,7 +1382,6 @@ void testHandleDraftDiscardForLinks_CallsRevertNestedEntityLinks() throws IOExce
13821382
when(cdsModel.findEntity("AdminService.Chapters_drafts")).thenReturn(Optional.empty());
13831383
when(cdsModel.findEntity("AdminService.Pages_drafts")).thenReturn(Optional.empty());
13841384
assertDoesNotThrow(() -> sdmServiceGenericHandler.handleDraftDiscardForLinks(draftContext));
1385-
13861385
}
13871386
}
13881387

0 commit comments

Comments
 (0)