Browse Source

remove redundant code

Signed-off-by: tyltr <tylitianrui@126.com>
pull/13503/head
tyltr 10 months ago
parent
commit
b538919258
  1. 1
      discovery/legacymanager/manager_test.go

1
discovery/legacymanager/manager_test.go

@ -1091,7 +1091,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