Skip to content

Commit

Permalink
Add ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mirafzali committed Dec 3, 2024
1 parent f32e5f4 commit c079664
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions request_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1279,19 +1279,19 @@ func TestUnmarshalNestedStruct(t *testing.T) {
"boss": boss,
"founded-at": "2016-08-17T08:27:12Z",
"teams": []map[string]interface{}{
map[string]interface{}{
{
"name": "Dev",
"members": []map[string]interface{}{
map[string]interface{}{"firstname": "Sean"},
map[string]interface{}{"firstname": "Iz"},
{"firstname": "Sean"},
{"firstname": "Iz"},
},
"leader": map[string]interface{}{"firstname": "Iz"},
},
map[string]interface{}{
{
"name": "DxE",
"members": []map[string]interface{}{
map[string]interface{}{"firstname": "Akshay"},
map[string]interface{}{"firstname": "Peri"},
{"firstname": "Akshay"},
{"firstname": "Peri"},
},
"leader": map[string]interface{}{"firstname": "Peri"},
},
Expand Down

0 comments on commit c079664

Please sign in to comment.