From 01f3c61339cfecc575fa58a84b77f98ec7ac683a Mon Sep 17 00:00:00 2001
From: Fabian Seidl <fabian.b.seidl@stud.h-da.de>
Date: Wed, 20 Jul 2022 11:27:25 +0200
Subject: [PATCH] fix naming for linter

---
 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 03ebce168..4080e5d6a 100644
--- a/controller/nucleus/principalNetworkDomain_test.go
+++ b/controller/nucleus/principalNetworkDomain_test.go
@@ -1216,7 +1216,7 @@ func Test_pndImplementation_SubscribePath(t *testing.T) {
 		southboundService southbound.Service
 		deviceService     device.Service
 		changes           *store.ChangeStore
-		Id                uuid.UUID
+		ID                uuid.UUID
 		csbiClient        cpb.CsbiServiceClient
 		callback          func(uuid.UUID, chan device.Details)
 		eventService      eventInterfaces.Service
-- 
GitLab