libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit 52cd677f022c4ea8c5f962618154907b3a182418
parent 39ece551cc40550e12630f638d4be9e61d68bee0
Author: MS <ms@taler.net>
Date:   Wed, 23 Nov 2022 20:09:38 +0100

comment

Diffstat:
Mnexus/src/test/kotlin/SchedulingTest.kt | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/nexus/src/test/kotlin/SchedulingTest.kt b/nexus/src/test/kotlin/SchedulingTest.kt @@ -72,7 +72,9 @@ fun getCustomEbicsServer(r: EbicsResponses, endpoint: String = "/ebicsweb"): App } /** - * Remove @Ignore, after having put asserts along tests. + * Remove @Ignore, after having put asserts along tests, + * and having had access to runTask and TaskSchedule, that + * are now 'private'. */ @Ignore class SchedulingTest {