Skip to content

Commit 70f09f1

Browse files
Fixes checkstyle error
Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
1 parent cc2fbce commit 70f09f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/opensearch/security/resources/ResourceAccessHandlerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
import org.junit.Test;
1818
import org.junit.runner.RunWith;
1919

20+
import org.mockito.Mock;
2021
import org.opensearch.OpenSearchStatusException;
2122
import org.opensearch.common.settings.Settings;
2223
import org.opensearch.common.util.concurrent.ThreadContext;
@@ -35,7 +36,6 @@
3536
import org.opensearch.security.user.User;
3637
import org.opensearch.threadpool.ThreadPool;
3738

38-
import org.mockito.*;
3939
import org.mockito.junit.MockitoJUnitRunner;
4040

4141
import static org.mockito.Mockito.any;

0 commit comments

Comments
 (0)