From 1a34d1e90cbc26562b78d0f69ee0ac125c5a7355 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Fri, 5 Feb 2021 12:14:09 +0100
Subject: [PATCH] removed unnecessary TODO

---
 unittests/test_error_handling.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/unittests/test_error_handling.py b/unittests/test_error_handling.py
index a65430d9..7f974e7d 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:
-- 
GitLab