Skip to content

Commit

Permalink
adapt to scala/scala#9292
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Dec 1, 2020
1 parent a7abc64 commit fb83368
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1383,7 +1383,7 @@ private[scalatest] object RefSpec {
else
value

val bytes = Codec.toUTF8(toHash.toArray)
val bytes = Codec.toUTF8(toHash)
val md5 = MessageDigest.getInstance("MD5")
md5.update(bytes)
val md5chars = (md5.digest() map (b => (b & 0xFF).toHexString)).mkString
Expand Down

0 comments on commit fb83368

Please sign in to comment.