Skip to content

Commit 9da6140

Browse files
author
Guian Gumpac
committed
Fixed checkstyle error
Signed-off-by: Guian Gumpac <[email protected]>
1 parent fede123 commit 9da6140

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/src/test/java/org/opensearch/sql/common/utils/ConvertSQLWildcardTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55

66
package org.opensearch.sql.common.utils;
77

8-
import org.junit.Test;
9-
108
import static org.junit.Assert.assertEquals;
119

10+
import org.junit.Test;
11+
1212
public class ConvertSQLWildcardTest {
1313
@Test
1414
public void test_escaping_sql_wildcards() {

0 commit comments

Comments
 (0)