Skip to content
This repository has been archived by the owner on Dec 24, 2023. It is now read-only.

Commit

Permalink
Remove multimap test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Deftu committed May 8, 2022
1 parent 21f1669 commit 5566b61
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/test/java/xyz/deftu/deftils/CollectionHelperTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,4 @@

public class CollectionHelperTest {

@Test
public void arrayListMultiMap() {
MultiMap<String, String> multiMap = new ArrayListMultiMap<>();
System.out.println(multiMap);
multiMap.put("Hello, ", "world");
multiMap.put("Hello, ", "developers");
System.out.println(multiMap);
}

}

0 comments on commit 5566b61

Please sign in to comment.