From c15622e99143e093ecc21e1cd2852060911f1fdc Mon Sep 17 00:00:00 2001 From: matin Date: Wed, 24 Jul 2024 13:28:15 +0100 Subject: [PATCH] minor error fixed 2 --- src/api/comp_method.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/comp_method.yaml b/src/api/comp_method.yaml index d27416fb3..bfcb2118c 100644 --- a/src/api/comp_method.yaml +++ b/src/api/comp_method.yaml @@ -25,5 +25,5 @@ functionality: test_resources: - type: python_script path: /src/common/component_tests/run_and_check_output.py - - path: /resources_test/grn-benchmark - dest: resources_test/grn-benchmark \ No newline at end of file + - path: /resources/grn-benchmark + dest: resources/grn-benchmark \ No newline at end of file