change tests to use ByteArray
This commit is contained in:
@@ -22,9 +22,9 @@ class `SHA1 Test` {
|
||||
0x32U, 0x55U, 0xbfU, 0xefU,
|
||||
0x95U, 0x60U, 0x18U, 0x90U,
|
||||
0xafU, 0xd8U, 0x07U, 0x09U,
|
||||
)
|
||||
).asByteArray()
|
||||
val actual = function.hash(
|
||||
ubyteArrayOf()
|
||||
ByteArray(0),
|
||||
)
|
||||
assertContentEquals(expected, actual)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user