Skip to content

Commit 2dda68d

Browse files
committed
test: 纠正冗余代码
1 parent 8f6d41a commit 2dda68d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/UnitTest/Services/TcpSocketFactoryTest.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,9 +274,6 @@ public async Task FixLengthDataPackageHandler_Sticky()
274274
tcs = new TaskCompletionSource();
275275
await tcs.Task;
276276

277-
// 等待第二次数据
278-
await tcs.Task;
279-
280277
// 验证第三次收到的数据
281278
Assert.Equal(receivedBuffer.ToArray(), [3, 2, 3, 4, 5, 6, 7]);
282279

0 commit comments

Comments
 (0)