remove redundant code

Signed-off-by: tyltr <tylitianrui@126.com>
pull/13503/head
tyltr 2024-01-31 20:27:23 +08:00
parent bdc3cfdd5d
commit b538919258
1 changed files with 0 additions and 1 deletions

View File

@ -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()