commit 72d22afecc852a26f236b21bf895e19bb298d4cc
parent aea75960d785b1deb65e67a981767a598b7c6850
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date: Fri, 10 Apr 2026 22:44:15 +0200
test: fix typo in testname
Diffstat:
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_with_nexus',
- test_auditor_api_with_nexus,
+ 'test_bank_api_with_nexus',
+ test_bank_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_with_fakebank',
- test_auditor_api_with_fakebank,
+ 'test_bank_api_with_fakebank',
+ test_bank_api_with_fakebank,
workdir: meson.current_build_dir(),
suite: ['testing', 'integrationtests'],
is_parallel: false,