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{})