diff --git a/internal/rootmux/rootmux_test.go b/internal/rootmux/rootmux_test.go
index ec7887127284eafd50808ad2f319a75f16950654..15c76d1f9678ca2823d1ddd967fddee2f1ae8a81 100644
--- a/internal/rootmux/rootmux_test.go
+++ b/internal/rootmux/rootmux_test.go
@@ -132,8 +132,6 @@ func deletionInCascadeGenericElectionTest(t *testing.T) {
 		json.Unmarshal([]byte(response), &token)
 		xsrfHeader := tester.Header{Key: "XSRF-TOKEN", Value: token.XSRFToken}
 
-		// TODO check that Candidate and candidateLists are deleted in cascade on Party deletion.
-
 		// Test deletion in cascade for generic election
 		do("DELETE", "/api/Election/1", xsrfHeader, ``, 200, ``)
 		do("GET", "/api/Area/1", xsrfHeader, ``, 404, `id is missing`)