Skip to content

Commit 415db7c

Browse files
committed
fix type
1 parent 2e01eb9 commit 415db7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/test_json_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def setup_ts():
1010
"type": "object",
1111
"name": "Individual metadata",
1212
"properties": {"name": {"type": "string"},
13-
"phenotypes": {"type": "list"}},
13+
"phenotypes": {"type": "array"}},
1414
"additionalProperties": False,
1515
})
1616
return tables.tree_sequence()

0 commit comments

Comments
 (0)