Skip to content

Commit e6a05b2

Browse files
authored
Update BasicExceptionTest.java (#4306)
1 parent 69d70f7 commit e6a05b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/fasterxml/jackson/databind/exc/BasicExceptionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ public void testLocationAddition() throws Exception
137137
JsonLocation loc = e.getLocation();
138138
// String expectedLocation = "line: 4, column: 4";
139139
assertEquals(4, loc.getLineNr());
140-
assertEquals(4, loc.getColumnNr());
140+
assertEquals(3, loc.getColumnNr());
141141
}
142142
}
143143
}

0 commit comments

Comments
 (0)