Skip to content

Commit

Permalink
match example
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Oct 30, 2023
1 parent 66d8dc6 commit 9fdd4f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import com.fasterxml.jackson.module.scala.yaml.YamlSpec.Person
import com.fasterxml.jackson.module.scala.{DefaultScalaModule, JacksonTest}

object YamlSpec {
case class Person(name: String, id: Int, titles: List[String], permanent: Boolean)
case class Person(name: String, age: Int, habbit: List[String], isStudent: Boolean)
}

class YamlSpec extends JacksonTest {
Expand Down

0 comments on commit 9fdd4f8

Please sign in to comment.