Skip to content

Commit

Permalink
Merge branch '2.19'
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jan 6, 2025
2 parents c3dbf96 + c13b531 commit 481e738
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* Test for type-based ignoral, both via annotations (<code>JsonIgnoreType</code>)
* and "config overrides" (2.8 and above).
*/
public class TestIgnoredTypes extends DatabindTestUtil
public class IgnoredTypesTest extends DatabindTestUtil
{
@JsonIgnoreType
class IgnoredType { // note: non-static, can't be deserialized
Expand Down

0 comments on commit 481e738

Please sign in to comment.