Skip to content

Commit

Permalink
[SELC-5434] : removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenbegiqi committed Sep 10, 2024
1 parent bbf88b8 commit 9b9906c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package it.pagopa.selfcare.onboarding.model;

import it.pagopa.selfcare.onboarding.entity.Institution;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
import java.util.List;

import static org.junit.jupiter.api.Assertions.assertNotNull;
import static org.mockito.ArgumentMatchers.any;
import static org.mockito.Mockito.*;

import static org.junit.jupiter.api.Assertions.*;
Expand Down

0 comments on commit 9b9906c

Please sign in to comment.