From c9ad4f7816175b9dc0b3765ed196f1ba7fd9ad98 Mon Sep 17 00:00:00 2001 From: Grzegorz Baranski Date: Mon, 16 Dec 2024 09:56:02 +0100 Subject: [PATCH] fix: remove useless comment --- fileshare/event_manager_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/fileshare/event_manager_test.go b/fileshare/event_manager_test.go index 200d2511..6cb49c28 100644 --- a/fileshare/event_manager_test.go +++ b/fileshare/event_manager_test.go @@ -1115,7 +1115,6 @@ func TestTransferRequestNotificationCancel(t *testing.T) { notifier := mockNotifier{ notifications: []mockNotification{}, nextID: pendingTransferNotificationID, - // updateCh: make(chan struct{}), } notificationManager := NewMockNotificationManager(&mockEventManagerOsInfo{})