Skip to content

Commit a815f04

Browse files
committed
...
1 parent 8306e6c commit a815f04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/com/fasterxml/jackson/databind/type/TestTypeFactory.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ public void testCanonicalNames()
257257

258258
// [databind#2109]: also ReferenceTypes
259259
t = tf.constructType(new TypeReference<AtomicReference<Long>>() { });
260+
assertTrue(t.isReferenceType());
260261
can = t.toCanonical();
261262
assertEquals("java.util.concurrent.atomic.AtomicReference<java.lang.Long>",
262263
can);

0 commit comments

Comments
 (0)