Skip to content

Commit

Permalink
Change fields names in test cases for better representation.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjy9206 committed Sep 26, 2024
1 parent 7dbdcb1 commit 4ab52f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/bpmetadata/parser/state_parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func TestParseOutputTypesFromState_WithComplexTypes(t *testing.T) {
}
]
},
"list": {
"list_output": {
"value": [
"foo",
"bar"
Expand All @@ -93,7 +93,7 @@ func TestParseOutputTypesFromState_WithComplexTypes(t *testing.T) {
]
]
},
"map": {
"map_output": {
"value": {
"foo": "bar",
"number": 42
Expand Down

0 comments on commit 4ab52f0

Please sign in to comment.