From 8e16b0bf84c157f372f38990838356bb5156b466 Mon Sep 17 00:00:00 2001 From: jgstew Date: Tue, 26 Sep 2023 14:49:35 -0400 Subject: [PATCH] fix name --- Test-Recipes/DictionaryKeyRead.test.recipe.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Test-Recipes/DictionaryKeyRead.test.recipe.yaml b/Test-Recipes/DictionaryKeyRead.test.recipe.yaml index f3841de..619c9f1 100644 --- a/Test-Recipes/DictionaryKeyRead.test.recipe.yaml +++ b/Test-Recipes/DictionaryKeyRead.test.recipe.yaml @@ -1,9 +1,9 @@ --- -Description: Test TemplateDictionaryAppendInput Processor -Identifier: com.github.jgstew.test.TemplateDictionaryAppendInput +Description: Test DictionaryKeyRead Processor +Identifier: com.github.jgstew.test.DictionaryKeyRead Input: - NAME: TemplateDictionaryAppendInputTest - DisplayName: TemplateDictionaryAppendInput + NAME: DictionaryKeyReadTest + DisplayName: DictionaryKeyRead Template_version: "0.0.0" Template_example: "example value" MinimumVersion: "2.3"