Skip to content

Commit

Permalink
Loosen up constraint in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojtek Urbanski committed Mar 11, 2021
1 parent 60224f9 commit ccdc311
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class Http4SCreateServerTest[R >: Fs2Streams[IO] with WebSockets] extends TestSu
.get(baseUri)
.send(backend)
.map(_.body match {
case Right(Some((pings, _))) => pings should be >= 4
case Right(Some((pings, _))) => pings should be >= 2
case wrongResponse => fail(s"expected to get count of received data chunks, instead got $wrongResponse")
})

Expand Down

0 comments on commit ccdc311

Please sign in to comment.