Skip to content

Commit

Permalink
feat: Export PDF-attachments in addition
Browse files Browse the repository at this point in the history
Refs: #289
  • Loading branch information
grigoriev committed Nov 29, 2024
1 parent c824717 commit 96aa097
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import com.polarion.alm.projects.IProjectService;
import com.polarion.alm.tracker.ITestManagementService;
import com.polarion.alm.tracker.ITrackerService;
import com.polarion.alm.tracker.model.IAttachment;
import com.polarion.alm.tracker.model.ITestRun;
import com.polarion.alm.tracker.model.ITestRunAttachment;
import com.polarion.alm.tracker.model.ITrackerProject;
Expand All @@ -28,7 +27,6 @@
import java.util.List;

import static org.junit.jupiter.api.Assertions.*;
import static org.junit.jupiter.api.Assertions.assertThrows;
import static org.mockito.Mockito.*;

class PdfExporterPolarionServiceTest {
Expand Down

0 comments on commit 96aa097

Please sign in to comment.