We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69d70f7 commit e6a05b2Copy full SHA for e6a05b2
src/test/java/com/fasterxml/jackson/databind/exc/BasicExceptionTest.java
@@ -137,7 +137,7 @@ public void testLocationAddition() throws Exception
137
JsonLocation loc = e.getLocation();
138
// String expectedLocation = "line: 4, column: 4";
139
assertEquals(4, loc.getLineNr());
140
- assertEquals(4, loc.getColumnNr());
+ assertEquals(3, loc.getColumnNr());
141
}
142
143
0 commit comments