From cb6237626f501110ead1abb2dc72b4c24f8240f9 Mon Sep 17 00:00:00 2001 From: David Ehnert <17857925+DavidLokison@users.noreply.github.com> Date: Mon, 23 Dec 2024 23:01:55 +0100 Subject: [PATCH] fix test projects not compiling --- projectinfo.json | 4 ---- tests/projectinfo.json | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/projectinfo.json b/projectinfo.json index 134873980..e1f8df3ac 100644 --- a/projectinfo.json +++ b/projectinfo.json @@ -49,8 +49,4 @@ "Value": "toolkit:syswork/materials" } ], - "Addons": - [ - "tbui", - ], } \ No newline at end of file diff --git a/tests/projectinfo.json b/tests/projectinfo.json index f4f2725e4..c2c5ad2e6 100644 --- a/tests/projectinfo.json +++ b/tests/projectinfo.json @@ -50,4 +50,8 @@ "Value": "proj:work/materials" } ], + "Addons": + [ + "tbui", + ], } \ No newline at end of file