remove redundant code

Signed-off-by: tyltr <tylitianrui@126.com>
This commit is contained in:
tyltr 2024-01-31 20:27:23 +08:00
parent bdc3cfdd5d
commit b538919258

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