Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
djnzx committed Sep 4, 2023
1 parent 39975e3 commit 9049900
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
package scalacheck.extrasyntax

import org.scalacheck.Gen
import org.scalatest.OptionValues
import org.scalatest.funsuite.AnyFunSuite
import org.scalatest.matchers.should.Matchers
import org.scalatestplus.scalacheck.ScalaCheckDrivenPropertyChecks

class GenExtraSyntaxTest extends BootstrapFunSuite with ScalaCheckDrivenPropertyChecks with ArbitraryFromGen with GenExtraSyntax {
class GenExtraSyntaxTest extends AnyFunSuite with Matchers with OptionValues with ScalaCheckDrivenPropertyChecks with ArbitraryFromGen with GenExtraSyntax {

override implicit val generatorDrivenConfig: PropertyCheckConfiguration = PropertyCheckConfiguration(minSuccessful = 25)

Expand Down

0 comments on commit 9049900

Please sign in to comment.