Skip to content

Commit 973b3dc

Browse files
committed
Merge branch '2.17' of github.com:FasterXML/jackson-dataformats-binary into 2.17
2 parents 264f897 + 40d1406 commit 973b3dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

avro/src/test/java/com/fasterxml/jackson/dataformat/avro/schemaev/RecordEvolutionTest.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class RecordEvolutionTest extends AvroTestBase
1717
+ " \"fields\": [\n"
1818
+ " {\n"
1919
+ " \"name\": \"name\",\n"
20-
+ " \"type\": [\"string\", \"null\"],\n"
20+
+ " \"type\": [\"null\", \"string\"],\n"
2121
+ " \"default\": null\n"
2222
+ " },\n"
2323
+ " {\n"
@@ -39,7 +39,7 @@ public class RecordEvolutionTest extends AvroTestBase
3939
+ " \"fields\": [\n"
4040
+ " {\n"
4141
+ " \"name\": \"fullName\",\n"
42-
+ " \"type\": [\"string\", \"null\"],\n"
42+
+ " \"type\": [\"null\", \"string\"],\n"
4343
+ " \"default\": null,\n"
4444
+ " \"aliases\": [\"name\"]\n"
4545
+ " },\n"

0 commit comments

Comments
 (0)