From 204a8bf1e81b581a41a4caf1dfe45db1ce2741fb Mon Sep 17 00:00:00 2001
From: Fabian Seidl <fabian.b.seidl@stud.h-da.de>
Date: Wed, 20 Jul 2022 11:28:35 +0200
Subject: [PATCH] missing change

---
 controller/nucleus/principalNetworkDomain_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/controller/nucleus/principalNetworkDomain_test.go b/controller/nucleus/principalNetworkDomain_test.go
index 4080e5d6a..ec1621fb7 100644
--- a/controller/nucleus/principalNetworkDomain_test.go
+++ b/controller/nucleus/principalNetworkDomain_test.go
@@ -1257,7 +1257,7 @@ func Test_pndImplementation_SubscribePath(t *testing.T) {
 				southboundService: tt.fields.southboundService,
 				deviceService:     tt.fields.deviceService,
 				changes:           tt.fields.changes,
-				Id:                tt.fields.Id,
+				Id:                tt.fields.ID,
 				csbiClient:        tt.fields.csbiClient,
 				callback:          tt.fields.callback,
 				eventService:      tt.fields.eventService,
-- 
GitLab