Skip to content

Commit

Permalink
Minor test renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jan 6, 2025
1 parent 5f43968 commit c13b531
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 c13b531

Please sign in to comment.