chore: fix the tests with 2 lines

This commit is contained in:
Björn Otgaar
2026-01-06 15:37:36 +01:00
parent 46c2e0ede6
commit 08374ac2c2
2 changed files with 3 additions and 3 deletions

View File

@@ -437,7 +437,7 @@ describe('NormNode', () => {
critical: false,
condition: {
id: "belief-1",
keyword: "help"
keyword: ""
},
});
});

View File

@@ -95,7 +95,7 @@ describe('TriggerNode', () => {
id: 'trigger-1',
condition: {
id: "belief-1",
keyword: "help",
keyword: "",
},
plan: {
name: "Default Plan",