Skip to content

Commit

Permalink
Fix removed tuple instance in tests after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
adelbertc committed Jun 1, 2016
1 parent c97a3c8 commit cad0970
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/src/test/scala/cats/tests/BifunctorTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package tests

import cats.functor.Bifunctor
import cats.laws.discipline.{SerializableTests, BifunctorTests}
import cats.laws.discipline.eq.tuple2Eq

class BifunctorTest extends CatsSuite {
type Tuple2Either[A, B] = (Either[A, B], Either[A, B])
Expand Down

0 comments on commit cad0970

Please sign in to comment.