exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 2ee7df8404ec998b4c5a38bbca23743f78942b3b
parent e93d15284a74b47e4b599341300a47aed9ba9177
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Fri, 10 Apr 2026 22:15:24 +0200

test: fix copypaste error

Diffstat:
Msrc/testing/meson.build | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/testing/meson.build b/src/testing/meson.build @@ -314,8 +314,8 @@ test_bank_api_with_nexus = executable( install: false, ) test( - 'test_auditor_api_version', - test_auditor_api_version, + 'test_auditor_api_with_nexus', + test_auditor_api_with_nexus, workdir: meson.current_build_dir(), suite: ['testing', 'integrationtests'], is_parallel: false, @@ -337,8 +337,8 @@ test_bank_api_with_fakebank = executable( install: false, ) test( - 'test_auditor_api_version', - test_auditor_api_version, + 'test_auditor_api_with_fakebank', + test_auditor_api_with_fakebank, workdir: meson.current_build_dir(), suite: ['testing', 'integrationtests'], is_parallel: false,