This commit is contained in:
Looly
2020-06-28 11:43:58 +08:00
parent 37c2c07164
commit 7a1438fc02
2 changed files with 5 additions and 2 deletions

View File

@@ -81,7 +81,7 @@ public class CollUtilTest {
}
@Test
public void intersectionTest2() {
public void intersectionDistinctTest() {
ArrayList<String> list1 = CollUtil.newArrayList("a", "b", "b", "c", "d", "x");
ArrayList<String> list2 = CollUtil.newArrayList("a", "b", "b", "b", "c", "d");
ArrayList<String> list3 = CollUtil.newArrayList();