backend-test #10

Merged
piair merged 52 commits from backend-test into main 2025-05-07 10:43:30 +02:00
Showing only changes of commit 3f18304028 - Show all commits

View File

@ -434,7 +434,7 @@ public class SharedApiServiceTest {
"Ref1 Old", // Name "Ref1 Old", // Name
LocalDateTime.now().minusDays(3), // Date (older) LocalDateTime.now().minusDays(3), // Date (older)
null); // Pass null or let getTestSectionCell handle it, we'll set null); // Pass null or let getTestSectionCell handle it, we'll set
// idReference later // idReference later
final SectionCell oldCell1 = final SectionCell oldCell1 =
sectionCellService.addNewSectionCell(tempOldCell1); // Add to DB sectionCellService.addNewSectionCell(tempOldCell1); // Add to DB