Skip to content

Commit

Permalink
Fix for old scalas
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Dec 27, 2024
1 parent 48f5e65 commit bf690fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import sttp.client4.compression.GZIPCompressingInputStream

class GZIPCompressingInputStreamTest extends AnyFlatSpec with Matchers with ScalaCheckPropertyChecks {
implicit override val generatorDrivenConfig =
PropertyCheckConfiguration(minSuccessful = 1000, minSize = 0, sizeRange = 10_000)
PropertyCheckConfiguration(minSuccessful = 1000, minSize = 0, sizeRange = 10000)

it should "compress data correctly" in {
forAll { (input: Array[Byte]) =>
Expand Down

0 comments on commit bf690fd

Please sign in to comment.