change tests to use ByteArray
This commit is contained in:
@@ -21,9 +21,9 @@ class `MD5 Test` {
|
||||
0x8fU, 0x00U, 0xb2U, 0x04U,
|
||||
0xe9U, 0x80U, 0x09U, 0x98U,
|
||||
0xecU, 0xf8U, 0x42U, 0x7eU,
|
||||
)
|
||||
).asByteArray()
|
||||
val actual = function.hash(
|
||||
ubyteArrayOf()
|
||||
ByteArray(0),
|
||||
)
|
||||
assertContentEquals(expected, actual)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user