Skip to content

Commit 2ea8c6c

Browse files
author
PJ Fanning
committed
Revert "add test case"
This reverts commit 95c7ba6.
1 parent 95c7ba6 commit 2ea8c6c

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/test/scala/com/fasterxml/jackson/module/scala/introspect/BeanIntrospectorTest.scala

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -306,15 +306,4 @@ class BeanIntrospectorTest extends BaseSpec with Inside with LoneElement with Op
306306
props should have size 2
307307
props.forall ( _.getter.isDefined ) shouldBe true
308308
}
309-
310-
it should "handle case class with Seq member" in {
311-
case class ModelWSeqString(strings: Seq[String])
312-
313-
val beanDesc = BeanIntrospector(classOf[ModelWSeqString])
314-
val props = beanDesc.properties
315-
316-
props should have size 1
317-
props.head.name shouldBe "strings"
318-
props.head.field.value.getAnnotatedType.getType.getTypeName shouldBe "scala.collection.Seq<java.lang.String>"
319-
}
320309
}

0 commit comments

Comments
 (0)