spartanz / schemaz

A purely-functional library for defining type-safe schemas for algebraic data types, providing free generators, SQL queries, JSON codecs, binary codecs, and migration from this schema definition
https://spartanz.github.io/schemaz
Apache License 2.0
164 stars 18 forks source link

Remove leftover tests from #39 #49

Closed mijicd closed 5 years ago

mijicd commented 5 years ago

Missing testz dependency causes test compilation issues in core and scalacheck due to the leftover specs.

vil1 commented 5 years ago

Thank you @mijicd !