Missing initializer in test
This commit is contained in:
parent
9f11aa8af9
commit
65af7143fc
@ -67,7 +67,8 @@ class AuthenticatedEncryptionWithAssociatedDataTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
fun testEmptyAssociatedData() {
|
||||
fun testEmptyAssociatedData() = runTest {
|
||||
LibsodiumInitializer.initializeWithCallback {
|
||||
val message = ("Ladies and Gentlemen of the class of '99: If I could offer you " +
|
||||
"only one tip for the future, sunscreen would be it.").encodeToUByteArray()
|
||||
|
||||
@ -115,6 +116,7 @@ class AuthenticatedEncryptionWithAssociatedDataTest {
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@Test
|
||||
fun testEmptyMessage() = runTest {
|
||||
|
Loading…
x
Reference in New Issue
Block a user