Fix seeds.rb to reflect new corpus shape

pull/1125/head
Rick Carlino 2019-02-25 07:55:43 -06:00
parent cfe4acc050
commit ac9ea0c45c
1 changed files with 8 additions and 1 deletions

View File

@ -10,7 +10,14 @@
"kind": "parameter_declaration",
"args": {
"label": "parent",
"data_type": "point"
"default_value": {
"kind": "coordinate",
"args": {
"x": 9,
"y": 9,
"z": 9
}
}
}
}
]