We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a7a1f1 commit b08a14fCopy full SHA for b08a14f
request_test.go
@@ -1035,7 +1035,7 @@ func Test_choiceStructMapping(t *testing.T) {
1035
t.Errorf("expected \"images\" to be the first field, but got %d", imageField.FieldNum)
1036
}
1037
videoField, ok := result["videos"]
1038
- if !ok || videoField.FieldNum != 2 {
+ if !ok || videoField.FieldNum != 1 {
1039
t.Errorf("expected \"videos\" to be the third field, but got %d", videoField.FieldNum)
1040
1041
0 commit comments