From eff13b50d448ac0091624163a8b49883094225e9 Mon Sep 17 00:00:00 2001 From: gventurini Date: Tue, 27 Feb 2024 10:33:51 +0100 Subject: [PATCH] fix relative paths --- test/test-config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test-config.yml b/test/test-config.yml index 99222166..ad6ec8bc 100644 --- a/test/test-config.yml +++ b/test/test-config.yml @@ -1,3 +1,3 @@ includePaths: - - command-handler - - completion + - integration/command-handler + - integration/completion