Fix ByteStringSpec for Scala 2.13.1 (#27655)

This commit is contained in:
Patrik Nordwall 2019-09-09 09:08:29 +02:00 committed by Johan Andrén
parent f14acf7de8
commit 58e40e9193

View file

@ -949,7 +949,7 @@ class ByteStringSpec extends WordSpec with Matchers with Checkers {
}
"calling length" in {
check { a: ByteString =>
likeVecIt(a) { _.length }
likeVecIt(a)(_.length, strict = false)
}
}
"calling duplicate" in {