Skip to content
Snippets Groups Projects
Verified Commit 1a34d1e9 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

removed unnecessary TODO

parent 00dca845
No related branches found
No related tags found
No related merge requests found
...@@ -229,7 +229,7 @@ def test_parent_and_properties_errors(): ...@@ -229,7 +229,7 @@ def test_parent_and_properties_errors():
rec.add_property(prop1).add_property(prop2) rec.add_property(prop1).add_property(prop2)
with raises(TransactionError) as e: with raises(TransactionError) as e:
raise_errors(rec) raise_errors(rec)
# TODO: Now there should be two direct children; both have to be # Now there should be two direct children; both have to be
# displayed correctly. # displayed correctly.
te = e.value te = e.value
# exactly two children: # exactly two children:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment