Skip to content

Commit

Permalink
Merge branch '2.17' of github.com:FasterXML/jackson-dataformats-binar…
Browse files Browse the repository at this point in the history
…y into 2.17
  • Loading branch information
cowtowncoder committed Jan 9, 2024
2 parents 264f897 + 40d1406 commit 973b3dc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class RecordEvolutionTest extends AvroTestBase
+ " \"fields\": [\n"
+ " {\n"
+ " \"name\": \"name\",\n"
+ " \"type\": [\"string\", \"null\"],\n"
+ " \"type\": [\"null\", \"string\"],\n"
+ " \"default\": null\n"
+ " },\n"
+ " {\n"
Expand All @@ -39,7 +39,7 @@ public class RecordEvolutionTest extends AvroTestBase
+ " \"fields\": [\n"
+ " {\n"
+ " \"name\": \"fullName\",\n"
+ " \"type\": [\"string\", \"null\"],\n"
+ " \"type\": [\"null\", \"string\"],\n"
+ " \"default\": null,\n"
+ " \"aliases\": [\"name\"]\n"
+ " },\n"
Expand Down

0 comments on commit 973b3dc

Please sign in to comment.