Skip to content

Commit

Permalink
Removed the println in ScalaCheckDrivenPropertyChecksSpec.scala.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeseng committed Oct 25, 2022
1 parent 415a21a commit 7abc70b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ class ScalaCheckDrivenPropertyChecksSpec extends funspec.AnyFunSpec with ScalaCh
}

assert(e.getMessage().contains("List(" + failingList.take(2).mkString(", ") + ", ...)"))

println("###debug: " + e.getMessage())
}
}

Expand Down

0 comments on commit 7abc70b

Please sign in to comment.