Skip to content

Commit 2eb2fc9

Browse files
committed
empty lines
1 parent 47f1267 commit 2eb2fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/fasterxml/jackson/core/filter/BasicParserFilteringTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,6 @@ public void testExcludeObjectAtTheBeginningOfArray() throws Exception {
729729
false // multipleMatches
730730
);
731731
assertEquals(a2q("{'parent':[{'include':true}]}"), readAndWrite(JSON_F, p));
732-
733732
}
734733

735734
public void testExcludeObjectAtTheEndOfArray() throws Exception {
@@ -753,6 +752,7 @@ public void testExcludeObjectInMiddleOfArray() throws Exception {
753752
);
754753
assertEquals(a2q("{'parent':[{'include-1':1},{'include-2':2}]}"), readAndWrite(JSON_F, p));
755754
}
755+
756756
public void testExcludeLastArrayInsideArray() throws Exception {
757757
JsonParser p0 = JSON_F.createParser(a2q(
758758
"['skipped', [], ['skipped']]"));

0 commit comments

Comments
 (0)