From 3f85d0ee702aa3ff5de23dd3a4dc500d16e50dc2 Mon Sep 17 00:00:00 2001
From: Malte Bauch <malte.bauch@stud.h-da.de>
Date: Wed, 2 Mar 2022 14:54:26 +0000
Subject: [PATCH] Remove TODO comment as task is done

---
 northbound/server/core_test.go | 1 -
 1 file changed, 1 deletion(-)

diff --git a/northbound/server/core_test.go b/northbound/server/core_test.go
index 34c0ce83f..2ca0e08f0 100644
--- a/northbound/server/core_test.go
+++ b/northbound/server/core_test.go
@@ -57,7 +57,6 @@ func Test_core_Set(t *testing.T) {
 	}
 }
 
-//TODO faseid: update test!
 func Test_core_GetPnd(t *testing.T) {
 	type args struct {
 		ctx     context.Context
-- 
GitLab