Skip to content

Commit 80becf3

Browse files
cowtowncoderalex-bel-apica
authored andcommitted
1 parent 46309fa commit 80becf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/fasterxml/jackson/dataformat/xml/lists/TestUnwrappedDeserIssue86.java renamed to src/test/java/com/fasterxml/jackson/dataformat/xml/lists/NestedUnwrappedLists86Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
1212
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
1313

14-
public class TestUnwrappedDeserIssue86 extends XmlTestBase
14+
public class NestedUnwrappedLists86Test extends XmlTestBase
1515
{
1616
@JacksonXmlRootElement(localName = "test")
1717
public static class Issue86 {

0 commit comments

Comments
 (0)