Skip to content

Commit

Permalink
Reenable delete test in test_schema
Browse files Browse the repository at this point in the history
  • Loading branch information
fbertsch committed Jun 7, 2019
1 parent 0dfe6f2 commit 570e3b3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/test_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,10 @@ def test_set_elem_propagate(self):
propagate=True)

print_and_test(expected, res_schema.schema)

# Deleting the elem again should match our original schema
res_schema.delete_group_from_schema(
("properties", "b", "properties", "hello"),
propagate=True)

print_and_test(schema.schema, res_schema.schema)

0 comments on commit 570e3b3

Please sign in to comment.