Skip to content

Commit

Permalink
Test .indexed with a smaller collection so builds aren't terribly slow
Browse files Browse the repository at this point in the history
ase enter the commit message for your changes. Lines starting
  • Loading branch information
andyscott committed Jul 7, 2017
1 parent 50ba29c commit 4413058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/test/scala/cats/tests/TraverseTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class TraverseVectorCheck extends TraverseCheck[Vector]("vector")
class TraverseTestsAdditional extends CatsSuite {

def checkIndexedStackSafety[F[_]](fromRange: Range => F[Int])(implicit F: Traverse[F]): Unit = {
F.indexed(fromRange(1 to 500000))
F.indexed(fromRange(1 to 70000))
()
}

Expand Down

0 comments on commit 4413058

Please sign in to comment.