Skip to content

Commit

Permalink
Fixes checkstyle errors
Browse files Browse the repository at this point in the history
Signed-off-by: Darshit Chanpura <[email protected]>
  • Loading branch information
DarshitChanpura committed Jan 10, 2025
1 parent b863f43 commit 6498c44
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@

import org.opensearch.security.test.SingleClusterTest;

import static org.hamcrest.Matchers.*;
import static org.hamcrest.Matchers.equalTo;
import static org.hamcrest.Matchers.is;
import static org.hamcrest.Matchers.notNullValue;
import static org.junit.Assert.assertThrows;

public class RecipientTypeRegistryTests extends SingleClusterTest {
Expand Down

0 comments on commit 6498c44

Please sign in to comment.