mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-08-29 13:48:46 +02:00
Update app/core/src/test/java/stirling/software/SPDF/controller/api/MergeControllerTest.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
7a182f9315
commit
bdf9a5cfee
@ -283,7 +283,7 @@ class MergeControllerTest {
|
||||
@DisplayName("Returns empty document when input list is empty")
|
||||
void testMergeDocuments_EmptyList_ReturnsEmptyDocument() throws IOException {
|
||||
// Arrange
|
||||
List<PDDocument> documents = List.of();
|
||||
List<PDDocument> documents = Collections.emptyList();
|
||||
|
||||
when(pdfDocumentFactory.createNewDocument()).thenReturn(mockMergedDocument);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user