test/test_io.rb in avro-salsify-fork-1.9.0.1 vs test/test_io.rb in avro-salsify-fork-1.9.0.2
- old
+ new
@@ -124,9 +124,10 @@
end
def test_union
union_schema = <<EOS
["string",
+ {"type": "int", "logicalType": "date"},
"null",
"long",
{"type": "record",
"name": "Cons",
"fields": [{"name": "car", "type": "string"},