Browse Source

Merge pull request #13503 from tylitianrui/chore/remove_redundance

remove redundant code
pull/13435/head
Bryan Boreham 4 months ago committed by GitHub
parent
commit
79a0ba9d64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      discovery/legacymanager/manager_test.go

1
discovery/legacymanager/manager_test.go

@ -1090,7 +1090,6 @@ func TestCoordinationWithReceiver(t *testing.T) {
}
for _, tc := range testCases {
tc := tc
t.Run(tc.title, func(t *testing.T) {
ctx, cancel := context.WithTimeout(context.Background(), 5*time.Second)
defer cancel()

Loading…
Cancel
Save