diff --git a/unittests/test_error_handling.py b/unittests/test_error_handling.py index a65430d9f5f6fa1313fad2f1ba38a4e3c3b57420..7f974e7db826d093e335b250953658b08db062cd 100644 --- a/unittests/test_error_handling.py +++ b/unittests/test_error_handling.py @@ -229,7 +229,7 @@ def test_parent_and_properties_errors(): rec.add_property(prop1).add_property(prop2) with raises(TransactionError) as e: 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. te = e.value # exactly two children: