aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJon Pretty <jon.pretty@propensive.com>2017-11-05 19:57:30 +0000
committerJon Pretty <jon.pretty@propensive.com>2017-11-05 19:57:30 +0000
commita42cceae99ca8517ecff77fecdb23eba4d2c1036 (patch)
tree8deb9af6764158556ba016a660aebaa5aa71723f /tests
parent3f9ee733ac73f31337433227eb6871efce18981c (diff)
downloadmagnolia-a42cceae99ca8517ecff77fecdb23eba4d2c1036.tar.gz
magnolia-a42cceae99ca8517ecff77fecdb23eba4d2c1036.tar.bz2
magnolia-a42cceae99ca8517ecff77fecdb23eba4d2c1036.zip
Deduplication within case class parameter typeclasses
Diffstat (limited to 'tests')
-rw-r--r--tests/src/main/scala/tests.scala2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/src/main/scala/tests.scala b/tests/src/main/scala/tests.scala
index f269643..3245e1b 100644
--- a/tests/src/main/scala/tests.scala
+++ b/tests/src/main/scala/tests.scala
@@ -25,8 +25,6 @@ object Tests extends TestApp {
Show.generic[Person].show(Person("John Smith", 34))
}.assert(_ == "Person(name=John Smith,age=34)")
- //Show.generic[Tree[String]]
-
test("serialize a Branch") {
import magnolia.examples._
implicitly[Show[String, Branch[String]]].show(Branch(Leaf("LHS"), Leaf("RHS")))