Skip to content

Commit c13b531

Browse files
committed
Minor test renaming
1 parent 5f43968 commit c13b531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/fasterxml/jackson/databind/ser/filter/TestIgnoredTypes.java renamed to src/test/java/com/fasterxml/jackson/databind/ser/filter/IgnoredTypesTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* Test for type-based ignoral, both via annotations (<code>JsonIgnoreType</code>)
1818
* and "config overrides" (2.8 and above).
1919
*/
20-
public class TestIgnoredTypes extends DatabindTestUtil
20+
public class IgnoredTypesTest extends DatabindTestUtil
2121
{
2222
@JsonIgnoreType
2323
class IgnoredType { // note: non-static, can't be deserialized

0 commit comments

Comments
 (0)