gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated: typo


From: gnunet
Subject: [libeufin] branch master updated: typo
Date: Wed, 13 Nov 2019 19:18:12 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new f2ace12  typo
f2ace12 is described below

commit f2ace12fb84a83a911c9132dd332ae94c2d7b3db
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Nov 13 19:18:04 2019 +0100

    typo
---
 sandbox/src/test/kotlin/CryptoUtilTest.kt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sandbox/src/test/kotlin/CryptoUtilTest.kt 
b/sandbox/src/test/kotlin/CryptoUtilTest.kt
index c34f4b7..0dc6a87 100644
--- a/sandbox/src/test/kotlin/CryptoUtilTest.kt
+++ b/sandbox/src/test/kotlin/CryptoUtilTest.kt
@@ -68,7 +68,7 @@ class CryptoUtilTest {
     }
 
     @Test
-    fun testEbicsE006() {
+    fun testEbicsA006() {
         val keyPair = CryptoUtil.generateRsaKeyPair(1024)
         val data = "Hello, World".toByteArray(Charsets.UTF_8)
         val sig = CryptoUtil.signEbicsA006(data, keyPair.private)

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]