Skip to content

Commit

Permalink
fix: remove useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gbaranski committed Dec 16, 2024
1 parent 1542149 commit c9ad4f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fileshare/event_manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,6 @@ func TestTransferRequestNotificationCancel(t *testing.T) {
notifier := mockNotifier{
notifications: []mockNotification{},
nextID: pendingTransferNotificationID,
// updateCh: make(chan struct{}),
}

notificationManager := NewMockNotificationManager(&mockEventManagerOsInfo{})
Expand Down

0 comments on commit c9ad4f7

Please sign in to comment.