Skip to content

Commit 6466e9d

Browse files
committed
[test_validation.py] Remove Property from Standalone Section Test
1 parent 6ff4cfb commit 6466e9d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/test_validation.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@ def test_standalone_section(self):
133133
"""
134134

135135
sec_one = odml.Section("sec1")
136-
odml.Section("sec2", parent=sec_one)
137-
odml.Property("prop", parent=sec_one, values=[1, 2])
138136

139137
for err in validate(sec_one).errors:
140138
assert("error" not in err.rank)

0 commit comments

Comments
 (0)