Skip to content

Commit 3ebcc39

Browse files
author
yanzhenfd@163.com
committed
修改user.name为邮箱
1 parent e54f370 commit 3ebcc39

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

trpc-proto/trpc-proto-http/src/test/java/com/tencent/trpc/proto/http/server/AbstractHttpExecutorTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ public void handleError_shouldCompleteExceptionally_evenWhenHttpErrorReplyThrows
172172
assertTrue("responded should be set to true", responded.get());
173173
assertTrue("completionFuture should be completed exceptionally", completionFuture.isCompletedExceptionally());
174174

175-
// Verify the original throwable is used for completing exceptionally
176175
try {
177176
completionFuture.get();
178177
fail("Should have thrown exception");

0 commit comments

Comments
 (0)