Skip to content

Commit

Permalink
Update tests/src/test/scala/cats/tests/FunctorSuite.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
larsrh authored Feb 5, 2021
1 parent 22b52e2 commit 79b6f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/test/scala/cats/tests/FunctorSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class FunctorSuite extends CatsSuite {
}

test("_1F, _2F and swapF form correct lists for concrete list of tuples") {
forAll { l: List[(Int, Int)] =>
forAll { (l: List[(Int, Int)]) =>
val (l1, l2) = l.unzip
assertEquals(l._1F, l1)
assertEquals(l._2F, l2)
Expand Down

0 comments on commit 79b6f06

Please sign in to comment.