Skip to content

Commit

Permalink
Fix test name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JooHyukKim committed Nov 10, 2024
1 parent b0860b3 commit 8510175
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@

// [databind#4783] Test to verify that JsonMerge also works for custom list
@SuppressWarnings("serial")
public class CustomCollectionMerge783Test extends DatabindTestUtil
public class CustomCollectionMerge4783Test
extends DatabindTestUtil
{
static class MyArrayListJDK<T> extends ArrayList<T> { }

Expand Down Expand Up @@ -124,4 +125,5 @@ void testNonMergeAbstractListFail() throws Exception {
MyListCustom.class.getName()));
}
}

}

0 comments on commit 8510175

Please sign in to comment.