From 6f0217294eddba81d18ec4a5f3031c68ec598e8b Mon Sep 17 00:00:00 2001 From: aholstrup1 Date: Fri, 10 Nov 2023 09:26:50 +0100 Subject: [PATCH] test library --- Build/projects/1st Party Apps Tests/.AL-Go/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Build/projects/1st Party Apps Tests/.AL-Go/settings.json b/Build/projects/1st Party Apps Tests/.AL-Go/settings.json index 8fc52432f2..b55894fe65 100644 --- a/Build/projects/1st Party Apps Tests/.AL-Go/settings.json +++ b/Build/projects/1st Party Apps Tests/.AL-Go/settings.json @@ -1,6 +1,7 @@ { "projectName": "System Application Tests", "testFolders": [ - "..\\..\\..\\Apps\\W1\\*\\test" + "..\\..\\..\\Apps\\W1\\*\\test", + "..\\..\\..\\Apps\\W1\\*\\test library" ] }