Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 11b3fa7

Browse files
authored
Merge pull request NLPchina#534 from yanghongwu/master
[test]希望有机会贡献一份力量。
2 parents e6e4fd6 + 0aafeb0 commit 11b3fa7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/org/nlpcn/es4sql/UtilTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ public class UtilTests {
1515
public void clearEmptyPaths_EmptyMap_ShouldReturnTrue(){
1616
Map<String,Object> map = new HashMap<>();
1717
boolean result = Util.clearEmptyPaths(map);
18+
//
1819
Assert.assertTrue(result);
1920
}
2021

0 commit comments

Comments
 (0)