From 0c0972717ea8e79fccc4b3a944d409a09124b60f Mon Sep 17 00:00:00 2001
From: fspreck <f.spreckelsen@indiscale.com>
Date: Thu, 25 Jun 2020 14:40:58 +0200
Subject: [PATCH] DOC: Remove single test todo

---
 unittests/test_error_handling.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/unittests/test_error_handling.py b/unittests/test_error_handling.py
index 30912e75..d7f3a1b7 100644
--- a/unittests/test_error_handling.py
+++ b/unittests/test_error_handling.py
@@ -78,8 +78,6 @@ def test_entity_does_not_exist_error():
     assert isinstance(err, EntityDoesNotExistError)
     assert err.entity.name == ent.name
 
-# TODO: remaining single error tests
-
 
 def test_entity_error():
     """Code 0; most basic."""
-- 
GitLab