Skip to content

Commit

Permalink
Favor imports instead of mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones committed Nov 14, 2023
1 parent 629cce2 commit e4a2c99
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,9 @@ import java.nio.charset.Charset
import java.time.Duration
import scala.reflect.*

class FunnelDerivationSuite
extends MagnolifySuite
with magnolify.scalacheck.AutoDerivations
with magnolify.guava.FunnelImplicits
with magnolify.guava.AutoDerivations {
class FunnelDerivationSuite extends MagnolifySuite with magnolify.guava.FunnelImplicits {
import magnolify.scalacheck.auto.genArbitrary
import magnolify.guava.auto.genFunnel

private def test[T: ClassTag](implicit arb: Arbitrary[T], t: Funnel[T]): Unit = {
// TODO val fnl = ensureSerializable(t)
Expand Down

0 comments on commit e4a2c99

Please sign in to comment.