Skip to content

Commit c39c7a4

Browse files
committed
Fix test "withNoTypeInfoOverrideSer()"
1 parent ca93f0b commit c39c7a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/tools/jackson/databind/jsontype/NoTypeInfo1654Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ void withNoTypeInfoDefaultDeser() throws Exception {
131131
// [databind#1654]: override, no polymorphic type id, custom serialization
132132
@Test
133133
void withNoTypeInfoOverrideSer() throws Exception {
134-
Value1654UntypedContainer cont = new Value1654UntypedContainer(
134+
Value1654UsingCustomSerDeserUntypedContainer cont = new Value1654UsingCustomSerDeserUntypedContainer(
135135
new Value1654(1),
136136
new Value1654(2)
137137
);

0 commit comments

Comments
 (0)