From 4ab52f06a55739c229e226c0ad871e54a45b2f99 Mon Sep 17 00:00:00 2001 From: Jieyu Tian Date: Thu, 26 Sep 2024 14:49:38 +0000 Subject: [PATCH] Change fields names in test cases for better representation. --- cli/bpmetadata/parser/state_parser_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/bpmetadata/parser/state_parser_test.go b/cli/bpmetadata/parser/state_parser_test.go index e8027d567803..bfc7ca341643 100644 --- a/cli/bpmetadata/parser/state_parser_test.go +++ b/cli/bpmetadata/parser/state_parser_test.go @@ -80,7 +80,7 @@ func TestParseOutputTypesFromState_WithComplexTypes(t *testing.T) { } ] }, - "list": { + "list_output": { "value": [ "foo", "bar" @@ -93,7 +93,7 @@ func TestParseOutputTypesFromState_WithComplexTypes(t *testing.T) { ] ] }, - "map": { + "map_output": { "value": { "foo": "bar", "number": 42