Skip to content

Commit

Permalink
schema error
Browse files Browse the repository at this point in the history
  • Loading branch information
edasubert committed Jan 30, 2024
1 parent cf79325 commit b2ea9a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ def test_validate_config_ok_missing_optional_fields(to_remove):
[["networks", "edges", 0, "populations"]],
"networks.edges[0]: 'populations' is a required property",
),
([["networks", "nodes", 0]], "networks.nodes: [] is too short"),
([["networks", "edges", 0]], "networks.edges: [] is too short"),
([["networks", "nodes", 0]], "networks.nodes: [] should be non-empty"),
([["networks", "edges", 0]], "networks.edges: [] should be non-empty"),
([["networks", "nodes"]], "networks: 'nodes' is a required property"),
([["networks", "edges"]], "networks: 'edges' is a required property"),
([["networks"]], "'networks' is a required property"),
Expand Down

0 comments on commit b2ea9a3

Please sign in to comment.