Skip to content

Commit

Permalink
fixed cut/paste error.
Browse files Browse the repository at this point in the history
  • Loading branch information
dghgit committed Sep 6, 2021
1 parent ffdf8aa commit 0a8ed7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public void testBrokenRequestWithDuplicateExtension()
fail("expected name 1");
}

if (!names[0].equals(name1))
if (!names[1].equals(name2))
{
fail("expected name 2");
}
Expand Down

0 comments on commit 0a8ed7b

Please sign in to comment.