We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72796f2 commit 1f47d24Copy full SHA for 1f47d24
src/test/scala/fpinscalalib/GettingStartedWithFPSpec.scala
@@ -13,8 +13,8 @@ import org.scalatestplus.scalacheck.Checkers
13
import shapeless.HNil
14
15
class GettingStartedWithFPSpec extends RefSpec with Checkers {
16
- def `fibonacci asserts`() =
17
- check(Test.testSuccess(GettingStartedWithFPSection.fibAssert _, 0 :: 1 :: HNil))
+ //def `fibonacci asserts`() =
+ // check(Test.testSuccess(GettingStartedWithFPSection.fibAssert _, 0 :: 1 :: HNil))
18
19
def `isSorted asserts`() =
20
check(
0 commit comments