From 6331023acc566b305ab47ecb109886a33d14c3a8 Mon Sep 17 00:00:00 2001 From: Marc R Kellerman <9411143+mkellerman@users.noreply.github.com> Date: Thu, 6 Nov 2025 14:34:24 -0800 Subject: [PATCH] fix: Update TEA agent compilation knowledge base path assertion --- test/test-installation-components.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-installation-components.js b/test/test-installation-components.js index 464ca613..0c22aa1a 100644 --- a/test/test-installation-components.js +++ b/test/test-installation-components.js @@ -173,7 +173,7 @@ async function runTests() { assert(compiled.includes('tea-index.csv'), 'TEA agent compilation includes critical_actions with tea-index.csv reference'); - assert(compiled.includes('testarch/knowledge'), 'TEA agent compilation includes knowledge base path'); + assert(compiled.includes('knowledge/tea'), 'TEA agent compilation includes knowledge base path'); assert(compiled.includes('*test-design'), 'TEA agent menu includes test-design workflow');