Skip to content

Commit 3a34d55

Browse files
committed
...
1 parent a01cf69 commit 3a34d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/fasterxml/jackson/core/read/SimpleParserTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,7 @@ protected void verifyFieldName(JsonParser p, String expName)
884884
throws IOException
885885
{
886886
assertEquals(expName, p.getText());
887-
assertEquals(expName, p.getCurrentName());
887+
assertEquals(expName, p.currentName());
888888
}
889889

890890
protected void verifyIntValue(JsonParser p, long expValue)

0 commit comments

Comments
 (0)