Skip to content

Commit

Permalink
Remove unused import (any and anyString) (#28265)
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert authored Dec 24, 2024
1 parent da099bc commit c681e9a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ import java.util.*;
import static org.assertj.core.api.Assertions.assertThat;
<%_ } _%>
import static org.assertj.core.api.Assertions.assertThatCode;
import static org.mockito.ArgumentMatchers.any;
import static org.mockito.ArgumentMatchers.anyString;
import static org.mockito.Mockito.*;
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get;
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.options;
Expand Down

0 comments on commit c681e9a

Please sign in to comment.