From f77d5f330e1e15ef58101cfb46a260b8c6613405 Mon Sep 17 00:00:00 2001 From: Martin Stamm Date: Thu, 8 Feb 2024 15:42:19 +0100 Subject: [PATCH] chore: add test case --- .../test/fixtures/condition-allMatch-one-condition.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/zeebe-element-templates-json-schema/test/fixtures/condition-allMatch-one-condition.js b/packages/zeebe-element-templates-json-schema/test/fixtures/condition-allMatch-one-condition.js index 7baf7e8..5f03b31 100644 --- a/packages/zeebe-element-templates-json-schema/test/fixtures/condition-allMatch-one-condition.js +++ b/packages/zeebe-element-templates-json-schema/test/fixtures/condition-allMatch-one-condition.js @@ -24,6 +24,7 @@ export const template = { } }, { + 'id': 'foobar', 'label': 'equals (string)', 'type': 'String', 'condition': { @@ -39,7 +40,7 @@ export const template = { 'type': 'property', 'name': 'input2' } - }, + } ] };