Skip to content

Commit

Permalink
Fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioz committed Nov 10, 2024
1 parent 13614d2 commit b762c4e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,9 @@ public void testHierarchyWithBuiltins() throws Throwable {
actual.add(adapter.getName());
}
HashSet<String> expected = new HashSet<String>();
expected.add("Reversible");
expected.add("MyList2");
expected.add("Container");
expected.add("Iterable");
expected.add("Collection");
expected.add("MutableSequence");
expected.add("Sequence");
expected.add("list");
Expand Down

0 comments on commit b762c4e

Please sign in to comment.