Merge pull request #13503 from tylitianrui/chore/remove_redundance

remove redundant code
This commit is contained in:
Bryan Boreham 2024-07-30 12:44:03 +01:00 committed by GitHub
commit 79a0ba9d64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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