Skip to content

Commit

Permalink
Re-fix a modified test
Browse files Browse the repository at this point in the history
  • Loading branch information
mickaelistria committed Mar 11, 2024
1 parent bfd41d4 commit 4330a3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1467,7 +1467,7 @@ public void testDuplicateLocals1() throws JavaModelException {
);

assertTrue("Unexpected type",
Set.of("QTestString;", "Ltest.TestString;)").contains(
Set.of("QTestString;", "Ltest.TestString;").contains(
((ILocalVariable)elements[0]).getTypeSignature()));
assertFalse(((ILocalVariable)elements[0]).isParameter());
}
Expand Down

0 comments on commit 4330a3f

Please sign in to comment.