Skip to content

Commit

Permalink
Remove unused test data
Browse files Browse the repository at this point in the history
  • Loading branch information
ddworak committed Sep 18, 2023
1 parent 6793a46 commit 5aa143a
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,18 +108,6 @@ object CodecTestData {
override def hashCode(): Int = args.hashCode()
}

trait Framework {
type Field

case class Stuff(field: Field)
}

trait BetterFramework extends Framework {
implicit def fieldCodec: GenCodec[Field]

implicit val stuffCodec: GenCodec[Stuff] = GenCodec.materialize
}

object SomeObject {
@generated def random: Int = 42
implicit val codec: GenCodec[SomeObject.type] = GenCodec.materialize[SomeObject.type]
Expand Down

0 comments on commit 5aa143a

Please sign in to comment.