libeufin

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

commit 2b44cefd44359805a9ea78293c6450be18b8ecf9
parent 473165493513f8b53d42b36f39e331679f65de45
Author: Antoine A <>
Date:   Mon, 22 Jul 2024 18:01:03 +0200

nexus: fix testbench

Diffstat:
Mtestbench/src/main/kotlin/Main.kt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbench/src/main/kotlin/Main.kt b/testbench/src/main/kotlin/Main.kt @@ -33,7 +33,7 @@ import tech.libeufin.nexus.* import tech.libeufin.nexus.cli.* import kotlin.io.path.* -val nexusCmd = Cli() +val nexusCmd = LibeufinNexus() val client = HttpClient(CIO) fun step(name: String) {