Fix ByteStringSpec for Scala 2.13.1 (#27655)
This commit is contained in:
parent
f14acf7de8
commit
58e40e9193
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue