Skip to content

Commit

Permalink
fix test name (#1093)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Aug 29, 2023
1 parent e7ad6bb commit b29e3b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public void testLargeNameWithSmallLimitBytes() throws Exception
}
}

public void testLargeNameWithSmallLimitCharss() throws Exception
public void testLargeNameWithSmallLimitChars() throws Exception
{
final String doc = generateJSON(1000);
try (JsonParser p = createParserUsingReader(JSON_F_NAME_100, doc)) {
Expand Down

0 comments on commit b29e3b1

Please sign in to comment.