Skip to content

Commit

Permalink
restore fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
bmscomp committed Dec 6, 2023
1 parent 6f0c3db commit 5dd269f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ public void nullSchemaAndMapToJson() {

@Test
public void nullSchemaAndMapNonStringKeysToJson() {
// This still needs to do conversion of data null schema means "anything goes". Make sure we mix and match
// This still needs to do conversion of data, null schema means "anything goes". Make sure we mix and match
// types to verify conversion still works.
Map<Object, Object> input = new HashMap<>();
input.put("string", 12);
Expand Down

0 comments on commit 5dd269f

Please sign in to comment.