[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libeufin] 02/02: @Ignore manual tests
From: |
gnunet |
Subject: |
[libeufin] 02/02: @Ignore manual tests |
Date: |
Fri, 27 Oct 2023 12:51:06 +0200 |
This is an automated email from the git hooks/post-receive script.
ms pushed a commit to branch master
in repository libeufin.
commit bbbf7c9019d20ec632913b900fbfef1e2117282b
Author: MS <ms@taler.net>
AuthorDate: Fri Oct 27 12:50:51 2023 +0200
@Ignore manual tests
---
nexus/src/test/kotlin/PostFinance.kt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/nexus/src/test/kotlin/PostFinance.kt
b/nexus/src/test/kotlin/PostFinance.kt
index d439ae79..1c74a976 100644
--- a/nexus/src/test/kotlin/PostFinance.kt
+++ b/nexus/src/test/kotlin/PostFinance.kt
@@ -51,7 +51,7 @@ class Iso20022 {
}
}
-// @Ignore
+@Ignore
class PostFinance {
// Tests sending client keys to the PostFinance test platform.
@Test
@@ -110,6 +110,6 @@ class PostFinance {
val bankKeys = loadBankKeys(cfg.bankPublicKeysFilename)
assertNotNull(bankKeys)
val htd = runBlocking { fetchBankAccounts(cfg, clientKeys, bankKeys,
HttpClient()) }
- extractBankAccountMetadata(cfg, htd!!, false)
+ println(htd)
}
}
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.