Skip to content

Commit e7e5d56

Browse files
committed
Fixed checkstyle
Signed-off-by: Nils Bandener <[email protected]>
1 parent c23d8c6 commit e7e5d56

File tree

1 file changed

+3
-4
lines changed
  • src/integrationTest/java/org/opensearch/security/user

1 file changed

+3
-4
lines changed

src/integrationTest/java/org/opensearch/security/user/UserTest.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@
1010
*/
1111
package org.opensearch.security.user;
1212

13-
import java.util.Arrays;
14-
1513
import com.google.common.collect.ImmutableMap;
1614
import org.junit.Test;
17-
1815
import org.opensearch.security.support.Base64JDKHelper;
1916

20-
import static org.junit.Assert.*;
17+
import java.util.Arrays;
18+
19+
import static org.junit.Assert.assertEquals;
2120

2221
public class UserTest {
2322
@Test

0 commit comments

Comments
 (0)