travis-ci
Fix GqlInputConverter#createProtoBuf() bug. Bug was introduced in 6a9323c0c. This commit aimed to convert underscore_case field names to camelCase. While the GraphQLInputObjectField's name was converted, GqlInputConverter#createProtoBuf(), which converts Map<String, Object> to a protobuf Message, did not do the same conversion. This resulted in fields like "id" working, but fields like "user_id" being ignored. This change fixes the bug and adds an assertion that all input fields were consumed.
11 of 11 new or added lines in 1 file covered. (100.0%)
809 of 1933 relevant lines covered (41.85%)
0.42 hits per line